Closed shakirkhan2021 closed 3 years ago
Already updated everything But still can't reach to the enter email function
I want to learn more
/help
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
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)?