sensepost / kwetza

Python script to inject existing Android applications with a Meterpreter payload.
GNU General Public License v2.0
629 stars 238 forks source link

Question #32

Open tokenwizard opened 6 years ago

tokenwizard commented 6 years ago

With a few tweak to my system and the kwetza script I was able to get this to decompile, modify, and recompile an apk successfully.

My question is, does this do something different that the msfvenom module that exists in Metasploit Framework? I'm not trying to be a dick, I just legitimately want to know if there is a benefit of one tool over the other?

My bigger interest, rather than hijacking an existing activity in the APK, would be to create a secondary, more hidden activity that could then be called in a transparent way by a persistence script.