-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working anymore #36
Comments
hi @x0d3 fork : https://github.com/mohdradhi84/facebook-cracker-py-3-compatible/blob/master/facebook.py you can try below updated version : #!/usr/bin/env python -- coding: UTF-8 --This Cooding is Coode in python 2 now it willbe renew soonfrom six.moves import input email = str(raw_input("Enter the Facebook Username (or) Email (or) Phone Number : ")) passwordlist = str(raw_input("Enter the wordlist name and path : ")) login = 'https://www.facebook.com/login.php?login_attempt=1' useragents = [('Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1')] def main(): def brute(password): def search(): #welcome Hackers if name == 'main': #https://stackoverflow.com/questions/954834/how-do-i-use-raw-input-in-python-3 |
i hope you update it !
The text was updated successfully, but these errors were encountered: