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

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

Open
cephasiii opened this issue Dec 20, 2017 · 2 comments
Open

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

cephasiii opened this issue Dec 20, 2017 · 2 comments

Comments

@cephasiii
Copy link

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
Copy link

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
Copy link

davdpwr commented Dec 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants