moxie0 / sslstrip

A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.
http://www.thoughtcrime.org/software/sslstrip/
GNU General Public License v3.0
1.91k stars 428 forks source link

How to install Twisted-web on Mac OS X #22

Open cephasiii opened 6 years ago

cephasiii commented 6 years ago

I am having difficulties finding a way to install the dependency, twisted-web. Does anyone know a good place to find program? I have install twisted, but that is not good enough.

TIA

python sslstrip.py Traceback (most recent call last): File "sslstrip.py", line 27, in from twisted.web import http ImportError: No module named twisted.web

robertpro commented 6 years ago

I am not sure about Mac OS, but I forked the project on robertpro/sslstrip and you can install it like this:

git clone https://github.com/robertpro/sslstrip
cd sslstrip
pip install -r requirements.txt

And run like this:

python sslstrip.py
davdpwr commented 5 years ago

Finally! This is the only way that has worked on OS X.