sensepost / kwetza

Python script to inject existing Android applications with a Meterpreter payload.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

persistence after restart as msfvenom does

victorfdez82 opened this issue · comments

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