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

Working directory error.. #10

Closed huzaifah0x00 closed 7 years ago

huzaifah0x00 commented 7 years ago

I run the tool using the defined syntax... But when the apk decompiles it stores the decompiled app into apktool folder ...

huzaifah0x00 commented 7 years ago

Into the apktool folder instead of current working directory

huzaifah0x00 commented 7 years ago

YOU should put "-o targetFolder" in the apktool command syntax.. i guess

huzaifah0x00 commented 7 years ago

TargetFolder being the variable u defined in the program

brompwnie commented 7 years ago

Good day, We are using the apktool defaults to keep the tool as simple as possible. It is a good idea to have the option to specify where to place the generated apk. Perhaps this could be implemented by someone and we can accept the pull request. Thanks for your feedback and happy hacking!