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

Commit 679a36a

Browse files
Update facebook_hack.py
1 parent ec43deb commit 679a36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook_hack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def Main():
191191
help="Specify TARGET FACEBOOK PROFILE URL to get his ID")
192192
parse.add_option("-u","-U","--update","--UPDATE", dest="update", action="store_true", default=False)
193193
(options,args) = parse.parse_args()
194-
facebook_hack = Facebook_havk()
194+
facebook_hack = Facebook_hack()
195195
target = options.target
196196
wordlist = options.wordlist
197197
single_passwd = options.single

0 commit comments

Comments
 (0)