sensepost / kwetza

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

persistence after restart as msfvenom does #40

Open victorfdez82 opened 5 years ago

victorfdez82 commented 5 years ago

Hi, thx for your work. I tried to generate an infected apk and works (almost) perfect. I have a request, a pray, as you probably know the last version of "msfvenom -x" adds persistence. I mean, it generates a service and a receiver in AndroidManifest so when you restarts the infected device it launches a background service that generates a shell without the need to launch the infected apk. it is possible you can replicate this functionality? It would be so nice. Thanks in advance for your time