xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.94k stars 1.39k forks source link

needs pycurl to run #329

Open s4miii opened 2 years ago

s4miii commented 2 years ago

Dear xmendez, thnx for your great project

I installed wfuzz on CentOs 6 like below:

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

lukaswoellhaf commented 1 year ago

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

lukaswoellhaf commented 1 year ago

Following this instructions fixed it for me: https://github.com/xmendez/wfuzz/issues/258#issuecomment-749419600