Advertisement
Ribang

Search For Blind SQL Injection vBulltein By List

Feb 2nd, 2018
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <form method="POST">
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <title>Search For Blind SQL In vBulletin v2</title>
  6. </head>
  7. <body>
  8. <p align="left" dir="ltr"><font face="Tahoma" size="2"># Search For Blind SQL Injection [
  9. <font color="#3333CC">vBulletin</font> ] _ </font> </p>
  10. <p align="left" dir="ltr"><font face="Tahoma"><font size="2">Your List : </font>
  11. <font size="3"> <input type="text" name="list" value="site.txt" style="font-family: Tahoma; color: #B11852; border: 1px dotted #B11852"></font><font size="2">
  12. </font><font size="3"> <input type="submit" name="search" value="Search" style="font-family: Tahoma; color: #B11852; border: 1px dotted #B11852"></font></font></p>
  13. <font face='Tahoma' color='red' size='2'>+--------------------- Result ---------------------+</font><br>
  14. <?
  15. /*
  16. +-------------------------------------------------+
  17. * Coded By : Dr.KroOoZ
  18. * Homepage : www.sec4ever.com
  19. * Greets 2 : b0x - N.K - DeeF - DamaneDz - G-B !
  20. +-------------------------------------------------+
  21. */
  22. $krz = file($_POST['list']);
  23. if($_POST['search']) {
  24. foreach($krz as $target) {
  25. $sec = @trim("$target")."/clientscript/register.js";
  26. $get = @file_get_contents("$sec");
  27. if($get) {
  28. echo "<font face='Tahoma' size='2'><a href='$sec' style='text-decoration: none'>
  29. <font color='#666699'>$sec</font></a> => <font color='#339933'>Found !</font></font><br>";
  30. } else {
  31. echo "<font face='Tahoma' size='2'>$sec => <font color='RED'>Not Found !</font></font><br>";
  32. }
  33. }
  34. }
  35. ?>
  36. <font face='Tahoma' color='red' size='2'>+--------------------- Result ----------------------+</font><br>
  37. <p align="left" dir="ltr"><font face="Tahoma" size="2"># Coded By
  38. <font color="#B11852">Dr.KroOoZ</font></font></p>
  39. <p align="left" dir="ltr"><font face="Tahoma" size="2"># <font color="#B11852">
  40. <a href="http://sec4ever.com/" style="text-decoration: none">sec4ever.com</a></font></font></p>
  41. <p align="left" dir="ltr"><font face="Tahoma" size="2"># if
  42. <font color="#339933">Found</font> u Can Exploit !</font></p>
  43. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement