harkerbyte / cybernetics-whitehack

facebook bruteforce tool
4 stars 1 forks source link

Issue FB Brute force #1

Open vvatermelon-dev opened 5 months ago

vvatermelon-dev commented 5 months ago

Bro I have an issue in line 3 because you put there a request so itry to fix it here what i do

IMG_20240203_135020.jpg

harkerbyte commented 5 months ago

Make sure you've request installed on your machine

pip install requests

Confirm that it has been installed by

requests - - version

vvatermelon-dev commented 5 months ago

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. ERROR: Could not find a version that satisfies the requirement request (from versions: none) ERROR: No matching distribution found for request ~ $ this what i get when i always do that

vvatermelon-dev commented 5 months ago

Screenshot_2024-02-03-21-49-55-67_84d3000e3f4017145260f7618db1d683.jpg

harkerbyte commented 5 months ago

Upgrade to the latest python version :

pip install -upgrade python

Check version :

python - - version

You should see something like this : ^3.12.0

Rkcoder0425 commented 5 months ago

Target Email ID : (my email) Traceback (most recent call last): File "/data/data/com.termux/files/home/cybernetics-whitehack/fb.py", line 29, in passboy = content("\n") ^^^^^^^^^^^^^ TypeError: 'list' object is not callable

Help me please