Advertisement
scriptz-team

[PHP] EXPLOiT[DB]

May 29th, 2012
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. <?php
  2. /*
  3. _____ _____ _ _____ _____ _____ _____ _____ _____
  4. ___| | __ |_| _ |_ _|___ ___|_ _| __| _ | |
  5. |_ -| --| -| | __| | | |- _|___| | | | __| | | | |
  6. |___|_____|__|__|_|__| |_| |___| |_| |_____|__|__|_|_|_|
  7. |s C R i P T z - T E A M . i N F O|
  8.  
  9. EXPLOiT[DB]
  10. */
  11. error_reporting(0);
  12.  
  13. function get_result($y)
  14. {
  15. $x = explode('auto-links: false;;">', $y);
  16. $x = explode('</pre>', $x[1]);
  17. $x = $x[0];
  18. return $x;
  19. }
  20.  
  21. function get_title($y)
  22. {
  23. $x = explode('<title>', $y);
  24. $x = explode('</title>', $x[1]);
  25. $x = $x[0];
  26. return $x;
  27. }
  28. if (isset($_GET["id"])) {
  29. $id = $_GET["id"];
  30. $load = strrev("\x2f" . "\x73" . "\x74" . "\151" . "\157" . "l" . "\160" . "x" . "\x65" . "/" . "m" . "o" . "\x63" . "\056" . "b" . "\x64" . "\055" . "\x74" . "i" . "o" . "l" . "p" . "x" . "\x65" . "\x2e" . "\167" . "\167" . "\x77" . "\x2f" . "\057" . "\072" . "\160" . "t" . "t" . "h") . $id . "/";
  31. $result = file_get_contents($load);
  32. if (strstr($result, 'Exploits Database') == TRUE) {
  33. die("Nothing found.");
  34. }
  35. }
  36. ?>
  37. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  38. <html xmlns="http://www.w3.org/1999/xhtml">
  39. <head>
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>EXPLOiT[DB]</title>
  42. <style type="text/css">
  43. html {
  44. background: #f1f1f1;
  45. }
  46. body {
  47. background: #fff;
  48. margin: 22px auto;
  49. width: 764px;
  50. padding: 22px;
  51. text-align: center;
  52. font-family: Georgia, "Times New Roman", Times, serif;
  53. color: #464646;
  54. }
  55. h2 {
  56. font-size: 3em;
  57. font-weight: normal;
  58. }
  59. #big {
  60. font-size: 20px;
  61. font-weight: bold;
  62. font-family: Calibri,Verdana;
  63. }
  64. </style>
  65. </head>
  66.  
  67. <body>
  68.  
  69. <h2><?php
  70. if (isset($_GET["id"])) {
  71. echo get_title($result);
  72. } else {
  73. echo "EXPLOiT[DB]";
  74. }
  75. ?></h2>
  76. <pre>
  77. <?php
  78. if (isset($_GET["id"])) {
  79. echo get_result($result);
  80. die();
  81. }
  82. ?>
  83. <form enctype="multipart/form-data" action="" method="GET">
  84. iD: <input name="id" id="big" type="text" value="" size="35" /><br />
  85. #EXAMPLE: 17314<br />
  86. <input type="submit" value="GO" id="big" />
  87. </form></body>
  88.  
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement