Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit f32b2a0

Browse files
Update facebook_hack.py
1 parent d3d3d6f commit f32b2a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

facebook_hack.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def write(text):
3030
print(" [*] Please Use: 'pip install mechanize' to install it :)")
3131
sys.exit(1)
3232

33-
class FaceBoom(object):
33+
class FaceBook_hack(object):
3434

3535

3636
def __init__(self):
@@ -207,7 +207,7 @@ def Main():
207207
facebook_hack.updateFacebook_hack()
208208
sys.exit(1)
209209
elif target_profile:
210-
faceboom.get_profile_id(target_profile)
210+
facebook_hack.get_profile_id(target_profile)
211211
sys.exit(1)
212212
elif wordlist or single_passwd:
213213
if wordlist:
@@ -225,9 +225,9 @@ def Main():
225225
sys.exit(1)
226226
print(wi+"["+yl+"~"+wi+"] Connecting To "+wi+"Proxy[\033[1;33m {} \033[1;37m]...".format(proxy if not ":" in proxy else proxy.split(":")[0]))
227227
final_proxy = proxy+":8080" if not ":" in proxy else proxy
228-
if faceboom.check_proxy(final_proxy):
229-
faceboom.useProxy = final_proxy
230-
faceboom.br.set_proxies({'https':faceboom.useProxy, 'http':facebook_hack.useProxy})
228+
if facebook_hack.check_proxy(final_proxy):
229+
facebook_hack.useProxy = final_proxy
230+
facebook_hack.br.set_proxies({'https':facebook_hack.useProxy, 'http':facebook_hack.useProxy})
231231
print(wi+"["+gr+"Connected"+wi+"]")
232232
else:
233233
errMsg("Connection Failed")
@@ -277,4 +277,4 @@ def Main():
277277
##############################################################
278278
#This Tool by Hacker XPhantom PH4N70M
279279
#Have a nice day :)
280-
#GoodBye
280+
#GoodBye

0 commit comments

Comments
 (0)