You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
myuser$ pip3 install wfuzz
Defaulting to user installation because normal site-packages is not writeable
Collecting wfuzz
Using cached wfuzz-3.1.0-py3-none-any.whl (148 kB)
Requirement already satisfied: six in /srv/ftp/.local/lib/python3.9/site-packages (from wfuzz) (1.16.0)
Requirement already satisfied: chardet in /srv/ftp/.local/lib/python3.9/site-packages (from wfuzz) (5.0.0)
Requirement already satisfied: pyparsing>=2.4* in /srv/ftp/.local/lib/python3.9/site-packages (from wfuzz) (3.0.9)
Collecting pycurl
Using cached pycurl-7.45.1-cp39-cp39-linux_x86_64.whl
Installing collected packages: pycurl, wfuzz
Successfully installed pycurl-7.45.1 wfuzz-3.1.0
but I got this error after executing wfuzz command :
myuser$ wfuzz
/srv/ftp/.local/lib/python3.9/site-packages/wfuzz/__init__.py:49: UserWarning:fuzz needs pycurl to run. Pycurl could be installed using the following command: $ pip install pycurl
any idea ? my python version is 3.9
thnx
The text was updated successfully, but these errors were encountered:
I have the same issue on MacOS 12.6.1 with Python version 3.10.8:
wfuzz --help /usr/local/lib/python3.10/site-packages/wfuzz/__init__.py:49: UserWarning:fuzz needs pycurl to run. Pycurl could be installed using the following command: $ pip install pycurl
Dear xmendez, thnx for your great project
I installed wfuzz on CentOs 6 like below:
but I got this error after executing wfuzz command :
any idea ? my python version is 3.9
thnx
The text was updated successfully, but these errors were encountered: