Skip to content

Commit 8d6badf

Browse files
Update faceboom.py
1 parent a0fda1c commit 8d6badf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

faceboom.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def FBOM(username, wordlist, proxy=None,passwd=None):
138138
proxystatus = prox+wi+"["+gr+"ON"+wi+"]" if useproxy !=False else yl+"["+rd+"OFF"+yl+"]"
139139
print(gr+"""
140140
==================================
141-
[---] """+wi+"""Facebom"""+gr+""" [---]
141+
[---] """+wi+"""Faceboom"""+gr+""" [---]
142142
==================================
143-
[---] """+wi+"""BruteForce Facebook """+gr+""" [---]
143+
[---] """+wi+"""Bruteforcing Facebook """+gr+""" [---]
144144
==================================
145145
[---] """+yl+"""CONFIG"""+gr+""" [---]
146146
==================================
@@ -223,7 +223,7 @@ def FBOM(username, wordlist, proxy=None,passwd=None):
223223
exit(1)
224224

225225
parse = optparse.OptionParser(wi+"""
226-
Usage: python ./facebom.py [OPTIONS...]
226+
Usage: python ./faceboom.py [OPTIONS...]
227227
-------------
228228
OPTIONS:
229229
|
@@ -241,15 +241,15 @@ def FBOM(username, wordlist, proxy=None,passwd=None):
241241
Examples:
242242
|
243243
|--------
244-
| python facebom.py -t [email protected] -w /usr/share/wordlists/rockyou.txt
244+
| python faceboom.py -t [email protected] -w wlist.txt
245245
|--------
246-
| python Facebom.py -t 100001013078780 -w C:\\Users\\Me\\Desktop\\wordlist.txt
246+
| python Faceboom.py -t 100001013078780 -w wlist.txt
247247
|--------
248-
| python facebom.py -t [email protected] -w D:\\wordlist.txt -p 35.236.37.121 default(port=8080,80)
248+
| python faceboom.py -t [email protected] -w wlist.txt -p 165.227.35.11 default(port=8080,80)
249249
|--------
250-
| python facebom.py -t [email protected] -s 1234567
250+
| python faceboom.py -t [email protected] -s 1234567
251251
|--------
252-
| python facebom.py -g https://www.facebook.com/alanwalker97
252+
| python faceboom.py -g https://www.facebook.com/victim-username
253253
|--------
254254
""")
255255
def Main():

0 commit comments

Comments
 (0)