M4sc3r4n0 / Evil-Droid

947 stars 399 forks source link

Fixed: Failed to verify signed artifacts in Kali #106

Open antonyamo opened 1 year ago

antonyamo commented 1 year ago

I solved the issue to do the next steps:

Kali Linux Version 2023.2:

└─# cat /proc/version
Linux version 6.1.0-kali9-amd64 (devel@kali.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1kali1 (2023-05-12)

After to do the steps to clone the repository: Its necessary update the java version:

$ sudo apt update
$ sudo apt install default-jdk
sudo apt-cache search openjdk
$ java --version

In my case this is the java --version after update: └─# java --version openjdk 17.0.6 2023-01-17 OpenJDK Runtime Environment (build 17.0.6+10-Debian-1) OpenJDK 64-Bit Server VM (build 17.0.6+10-Debian-1, mixed mode, sharing) Also It was necessary to update the apktool: I download the last version of this bitbucket: https://bitbucket.org/iBotPeaches/apktool/downloads/

I download directly in the server: wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.7.0.jar

move this file to the directory of Evildroid/tools/: Delete the old apktool.jar and move the new apktool to this path.

Rename the apktool_2.7.0.jar to apktool.jar.

Modify the documente 'doc.txt' with the new version of apktool. └─# cat doc.txt apktool version 2.7.0

Now its working.

Marine2021 commented 11 months ago

can you help me i have same probleme but nothing

hxrofo commented 1 month ago

check #111