mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 02:15:58 +03:00
[GH-ISSUE #14] RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version! #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jordantsap on GitHub (Jan 5, 2020).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/14
Using it in Parrot OS 4.7
command python Cloudmare.py target.site
Output:
/usr/share/python-wheels/requests-2.21.0-py2.py3-none-any.whl/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
@niicolasalves commented on GitHub (May 4, 2020):
I installed PySocks via Python and solved it.
pip3 install pysocks --user