Skip to content

Commit

Permalink
Update faceboom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thehassantahir authored Oct 26, 2021
1 parent a0fda1c commit 8d6badf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions faceboom.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ def FBOM(username, wordlist, proxy=None,passwd=None):
proxystatus = prox+wi+"["+gr+"ON"+wi+"]" if useproxy !=False else yl+"["+rd+"OFF"+yl+"]"
print(gr+"""
==================================
[---] """+wi+"""Facebom"""+gr+""" [---]
[---] """+wi+"""Faceboom"""+gr+""" [---]
==================================
[---] """+wi+"""BruteForce Facebook """+gr+""" [---]
[---] """+wi+"""Bruteforcing Facebook """+gr+""" [---]
==================================
[---] """+yl+"""CONFIG"""+gr+""" [---]
==================================
Expand Down Expand Up @@ -223,7 +223,7 @@ def FBOM(username, wordlist, proxy=None,passwd=None):
exit(1)

parse = optparse.OptionParser(wi+"""
Usage: python ./facebom.py [OPTIONS...]
Usage: python ./faceboom.py [OPTIONS...]
-------------
OPTIONS:
|
Expand All @@ -241,15 +241,15 @@ def FBOM(username, wordlist, proxy=None,passwd=None):
Examples:
|
|--------
| python facebom.py -t [email protected] -w /usr/share/wordlists/rockyou.txt
| python faceboom.py -t [email protected] -w wlist.txt
|--------
| python Facebom.py -t 100001013078780 -w C:\\Users\\Me\\Desktop\\wordlist.txt
| python Faceboom.py -t 100001013078780 -w wlist.txt
|--------
| python facebom.py -t [email protected] -w D:\\wordlist.txt -p 35.236.37.121 default(port=8080,80)
| python faceboom.py -t [email protected] -w wlist.txt -p 165.227.35.11 default(port=8080,80)
|--------
| python facebom.py -t [email protected] -s 1234567
| python faceboom.py -t [email protected] -s 1234567
|--------
| python facebom.py -g https://www.facebook.com/alanwalker97
| python faceboom.py -g https://www.facebook.com/victim-username
|--------
""")
def Main():
Expand Down

0 comments on commit 8d6badf

Please sign in to comment.