1N3 / BlackWidow

A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.

Home Page:https://sn1persecurity.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0)

vishalkrtr opened this issue · comments

I installed all requirements but I am facing this error.

/home/darklord/.local/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.22) or chardet (2.3.0) doesn't match a supported version!
RequestsDependencyWarning)
black

Can you try running the following to see if this works?

pip install urllib3 --upgrade

Help me to resolve that.

It is showing some permission error.
I try > sudo -H pip install urllib3 --upgrade
But it does not resolve my problem.
new_black

I resolved the issue by manually deleting all files related to urllib3 and chardet and reinstall these again.

blackwidow working perfectly now.

Thanks

awesome, glad to hear you got it working.