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

Missing dependencies for SOCKS support. #72

Closed
maxxer opened this issue Oct 22, 2019 · 1 comment
Closed

Missing dependencies for SOCKS support. #72

maxxer opened this issue Oct 22, 2019 · 1 comment
Assignees
Milestone

Comments

@maxxer
Copy link

maxxer commented Oct 22, 2019

After installing via pip3 and even after installing deps from py3-requirements.txt I got the following:

dirhunt https://www.aaa.net/ --proxies tor
Welcome to Dirhunt v0.6.0 using Python 3.7.4
[ERROR] https://www.aaa.net/ (Missing dependencies for SOCKS support.)
[ERROR] https://www.aaa.net/forums/posts/1471313/ (Missing dependencies for SOCKS support.)
[ERROR] https://www.aaa.net/forums/posts/6369600/ (Missing dependencies for SOCKS support.)

I fixed by running pip3 install 'urllib3[socks]' (on macOS). Maybe worth mentioning at least in the docs?

@Nekmo
Copy link
Owner

Nekmo commented Nov 5, 2019

Yes, it is not in the documentation. I will add it, thanks 👍

@Nekmo Nekmo self-assigned this Nov 5, 2019
@Nekmo Nekmo added this to the v0.7.0 milestone Nov 5, 2019
@Nekmo Nekmo closed this as completed Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants