ragekillen

Results 6 comments of ragekillen

my issue was it checked os.system("~/.local/bin/mitmdump ....") so i changed it to os.system("/usr/bin/mitmdump ........") manually and it resulted in working code

no problem if its still not working after the edit try using `root@kali:/# locate mitmdump` that will tell you the true location of mitmdump then apply that location instead. I...

same issue when using nethunter armhf on my Android but when inside a vm on laptop no issues

after further investigation i believe its a system link error. if you type `root@kali:/ python injector.py ` | `root@kali:/ python2 injector.py ` you will see error line 11 on the...

Try running it as python3 injector.py

1 recommendation add a loop in your code, I noticed if I lose connection to WiFi / service the bot times out and shuts down. Not ideal for servers that...