AndroidEmbedIT
AndroidEmbedIT copied to clipboard
A quick and dirty python script to embed a Metasploit generated APK file into another APK for fun.
Jarsigner does something weird with newer versions of the android sdk causing the app to refuse to install with this error: `Targeting R+ (version 30 and above) requires the resources.arsc...
sudo python android_embedit.py -kp howto -kn howto -ks howto.keystore Spotify_Premium_v8.6.32.925_MOD.apk msf.apk [*]=============================== [*] Android EmbedIt Version 1.0 [*] Author: Joff Thyer [*] Copyright (c) 2018 [*]=============================== [*] apktool decompiling [Spotify_Premium_v8.6.32.925_MOD.apk]...
HI Joff, @yoda66 the tutorial is brilliant. I managed to run through it all and I got the final app signed and tried to install it on a test device....