Python Forum

Full Version: error trying to install sslstrip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was trying to install sslstrip in my computer, so this is what i did:
Downloaded sslstrip-master.zip from github
Downloaded and install airgeddon
Installed setup.py which was in sslstrip-master folder. (Note: there were some mistakes like unclosed parethses in setup.py and i fixed then)
But when i typed sslstrip --help to test to see if working, this happened:

Error:
File "/usr/local/bin/sslstrip", line 30, in <module> from sslstrip.StrippingProxy import StrippingProxy File "/usr/local/lib/python3.8/dist-packages/sslstrip/StrippingProxy.py", line 20, in <module> from ClientRequest import ClientRequest ModuleNotFoundError: No module named 'ClientRequest'
Can someone please tell me if there is a module called ClientRequest because when i went to PIP website it wasnt there. If it isnt then are there any replacemnts?
Thanks, nulladmin
it is part of sslstrip
https://github.com/graingert/sslstrip/bl...Request.py

now, why it does not see it is another question

and by the way sslstrip is also available on pypi and it's a python2 package