Closed mIcHyAmRaNe closed 7 years ago
The correct socks module may not be installed. There is quite a lot of confusion around which one is the good one. Since it's an optional dependency, it's not listed in setup.py.
I had the socks proxy tested with PySocks==1.5.6 at the time. A quick look at the repo shows that the function still exists and has the same signature.
Let me know if this helps.
@lphuberdeau good :+1:
a simple sudo pip install PySocks==1.5.6
solves the problem
it will be cool if you add a requirements.txt
file and/or add sudo pip install PySocks==1.5.6
command in the README.md file at how-do-i-install-it === will allow new future users not to have to ask or look about this problem in the future :)
thank you
Had any luck with the latest version of the library?
~$ sudo pip install PySocks --upgrade
Collecting PySocks
Downloading PySocks-1.6.7.tar.gz (282kB)
100% |████████████████████████████████| 286kB :3kB/s
Installing collected packages: PySocks
Found existing installation: PySocks 1.5.6
Uninstalling PySocks-1.5.6:
Successfully uninstalled PySocks-1.5.6
Running setup.py install for PySocks ... done
Successfully installed PySocks-1.6.7
yes it works :) i had more than three timeouts (but certainly due to my bad connection :'( but i retested it again and it works :D
Hello i installed wafw00f using
sudo pip install wafw00f
command but while trying to use it (wafw00f -p socks5://localhost:9050 -v -a http://example.com
) i got an error message :Additional info:
tor is enabled and works with other tools
wafw00f version
wafw00f works fine when not setting proxy