0xKayala / NucleiFuzzer

NucleiFuzzer is a Powerful Automation tool for detecting XSS, SQLi, SSRF, Open-Redirect, etc.. Vulnerabilities in Web Applications

Home Page:https://github.com/0xKayala/NucleiFuzzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParamSpider - urllib3 issue

derfel1989 opened this issue · comments

I've installed it as advised, but there is a lib dependency, as shown below.

I tried to install the lib requested manually, with no lucky.

urllib3 1.26.5

Error:

Installing Nuclei...                                                                                                                              
Running ParamSpider on vulnweb.com
/usr/local/lib/python3.11/dist-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (**1.26.5**) or chardet (5.2.0)/charset_normalizer (2.0.12) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "

image

Thank you.

The line 83 refers to the command nuclei as shown above. So I decided to install nuclei manually and it solved the problem.

git clone https://github.com/projectdiscovery/nuclei.git; \
cd nuclei/v2/cmd/nuclei; \
go build; \
mv nuclei /usr/local/bin/; \
nuclei -version;

Nuclei GitHub Documentation

Execution

image

Good to see that you have resolved the issue