sslstrip -l 8080
Traceback (most recent call last):
File "/usr/local/bin/sslstrip", line 27, in
from twisted.web import http
ImportError: No module named twisted.web
Hi all, when i type the previous command line, i received that error. i have twisted but i dont know how to install twisted.web and when i make pip install twisted.web it says me "could not find a version that satisfies the requirement twisted.web "
how can i solve? Is it the right way to install twisted.web? Pls tell me how