sensepost / kwetza

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App unfortunately close after a few seconds and the session automatically closed

0xIslamTaha opened this issue · comments

Steps:
1- I created the evil apk using a googleFiper app.
2- I set the msfconsol in the listening mood
3- I installed the app in my phone
4- I ran it

Actual result
App unfortunately close after a few seconds and the session automatically closed.

Expected
App must continue working correctly and keep the session open.

This is due to the behavior of the infected application. Best would be to look at the log output of the application (adb logcat) and analyze the application error causing the crash and alter the payload accordingly.