moxie0/sslstrip

How to install Twisted-web on Mac OS X

Opened this issue · 2 comments

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

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

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