sensepost / kwetza

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

ERROR IN 'initialize' method #41

Open H3inAK opened 5 years ago

H3inAK commented 5 years ago

[*] DECOMPILING TARGET APK !!!! ERROR IN 'initialize' method [Errno 2] No such file or directory !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

lolybob commented 4 years ago

im resolved this error: install APKTOOL ;)

sudo -E sh -c 'wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_$apktool_version.jar -O /usr/local/bin/apktool.jar'

sudo chmod +r /usr/local/bin/apktool.jar

sudo sh -c 'wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linuX/apktool -O /usr/local/bin/apktool'

sudo chmod +x /usr/local/bin/apktool