Have you installed SSLstrip ?
any input on this would be nice......originally I was unable to use the command "sslstrip -l 10000" and then I think I made a mistake somewhere and I don't know what happend from there [IMG]file:///root/screenshot.png[/IMG]
idk if that pic will show up so here is the text error
root@bt:/pentest/web/sslstrip# sslstrip -l 10000
Traceback (most recent call last):
File "/usr/local/bin/sslstrip", line 30, in <module>
from sslstrip.StrippingProxy import StrippingProxy
File "/pentest/web/sslstrip.py", line 30, in <module>
from sslstrip.StrippingProxy import StrippingProxy
ImportError: No module named StrippingProxy
root@bt:/pentest/web/sslstrip# ls
build COPYING lock.ico README setup.py sslstrip sslstrip.py
root@bt:/pentest/web/sslstrip#
any help would be greatly accepted
Have you installed SSLstrip ?
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Try to use the locate command, and search for sslstrip.py: locate sslstrip.py
Once located, go to that folder and execute it: python sslstrip.py -l "the port you use", if no "l" is given, it uses by default the 10000, in your case, you do not have to use " -l 10000" unless a different port is used in iptables.
As Mr Sickness said and to be able to use it as command everywhere in the system, you need to install it.
Being in the folder where sslstrip.py is do: python setup.py install
Luck.