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

Fixed: Failed to verify signed artifacts in Kali #106

Open
antonyamo opened this issue Jul 10, 2023 · 2 comments
Open

Fixed: Failed to verify signed artifacts in Kali #106

antonyamo opened this issue Jul 10, 2023 · 2 comments

Comments

@antonyamo
Copy link

I solved the issue to do the next steps:

Kali Linux Version 2023.2:

└─# cat /proc/version
Linux version 6.1.0-kali9-amd64 ([email protected]) (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
Copy link

can you help me i have same probleme but nothing

@hxrofo
Copy link

hxrofo commented Aug 4, 2024

check #111

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

3 participants