Skip to content

needs pycurl to run #329

@s4miii

Description

@s4miii

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions