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

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

Closed 0xIslamTaha closed 7 years ago

0xIslamTaha commented 7 years ago

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.

brompwnie commented 7 years ago

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.