IAmBlackHacker / Facebook-BruteForce

Bruteforce attack on Facebook account using python script
https://facebook.com
1.79k stars 595 forks source link

Running Issue #56

Closed shakirkhan2021 closed 3 years ago

shakirkhan2021 commented 3 years ago

1) problem with python fb.py Traceback (most recent call last): File "fb.py", line 3, in from bs4 import BeautifulSoup ImportError:

2) problem with python fb2.py

File "/data/data/com.termux/files/home/Facebook-Bruteforce/fb2.py", line 32 print "\nTarget Email ID : ",email ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\nTarget Email ID : ",email)?

jitendrapandya1996 commented 3 years ago

Already updated everything But still can't reach to the enter email function

I want to learn more

/help

codetomatot commented 3 years ago

first check if you installed python bs4. if you didnt do this pip install bs4 for fb2.py it needs to have python 2.7 installed. so just use fb.py