[Link]
org/information-gathering/sslstrip
Installing:
* Unpack: tar zxvf [Link]
* Install twisted: sudo apt-get install python-twisted-web
* (Optionally) run 'python [Link] install' as root to install,
or you can just run it out of the directory.
Leer la web del autor;
Carlos: para poder instalar el “python [Link] install”, debemos de utilizar python 2.7, python3 da
error, por lo tanto;
# python2.7 [Link] install
[Link]
Yo he lanzado los comandos siguientes y creo que ha mejorado;
# echo "1" > /proc/sys/net/ipv4/ip_forward
#iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port <listenPort>
Y0 he cambiado el <listenPort> por 80