harkerbyte / fbhackver2.7

FACEBOOK HACKING TOOL
MIT License
65 stars 7 forks source link

Traceback (most recent call last): File "/data/data/com.termux/files/home/fbhackver2.7/brute.py", line 59, in <module> requests = web.open(urlopen) ^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/home/mechanize/mechanize/_mechanize.py", line 257, in open data/data/com.termux/files/home/mechanize/mechanize/_mechanize.py", line 313, in _mech_open raise response mechanize._response.get_seek_wrapper_class.<locals>.httperror_seek_wrapper: HTTP Error 403: b'request disallowed by robots.txt' #8

Open shahzaib62342 opened 1 year ago

shahzaib62342 commented 1 year ago

When giving Facebook profile link and hitting enter then this error receiving.

harkerbyte commented 1 year ago

Do you have a stable internet connection. From what I'm seeing here... the problem is from your network connection. 403

On Mon, 23 Jan 2023 08:10 Muhammad Shahzaib, @.***> wrote:

When giving Facebook profile link and hitting enter then this error receiving.

— Reply to this email directly, view it on GitHub https://github.com/harkerbyte/fbhackver2.7/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS3IQLIKNQRXZLH2JW3AZV3WTYVGVANCNFSM6AAAAAAUDP3ALE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Hacker1hassan commented 1 year ago

Traceback (most recent call last): File "/data/data/com.termux/files/home/fbhackver2.7/brute.py", line 1, in import requests ModuleNotFoundError: No module named 'requests' hey this error always pop up when I use python3 brute.py even my network is fast

harkerbyte commented 1 year ago

Run this command line apt install requests Then try running the tool again.

Jagger007irl commented 11 months ago

Run this command line apt install requests Then try running the tool again.

Now it says E: unable to locate package requests

harkerbyte commented 11 months ago

Run this command line apt install requests Then try running the tool again.

Now it says E: unable to locate package requests

Install requests

pip install requests

First make sure you have pip installed by running this command

pip --version