Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needs pycurl to run #329

Open
s4miii opened this issue Aug 27, 2022 · 2 comments
Open

needs pycurl to run #329

s4miii opened this issue Aug 27, 2022 · 2 comments

Comments

@s4miii
Copy link

s4miii commented Aug 27, 2022

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
Copy link

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
Copy link

lukaswoellhaf commented Nov 13, 2022

Following this instructions fixed it for me:
#258 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants