Open rehbarali opened 7 years ago
Same here [ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Attempting to sign the package with your android debug key [ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Verifying signed artifacts... [ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [!] Failed to verify signed artifacts
just delete the keystore from your home files ( .android/debug.keystore )
I did what Ghwapik said but, i still get the same mistake.
Please help me!
[!] Failed to verify signed artifacts
this mistake with some apk just change it
can you suggest any apps easy to embed a payload?
just install
sudo apt install openjdk-9-jdk-headless
and try again
I updated apktool too from the website to 2.3.0 (just replace the jar file in Tools folder)
please give me a link to download apk jar tool 2.3.0
still it is not working.....
not working
Install Open JDK 11
remove the old Evil-Droid-master folder
download new one
decompress the archive
grant execution priv to the executable
Same problem is coming...There is no change..
Sent from my iPhone
On 27-Jun-2018, at 8:42 PM, mdj6131 notifications@github.com wrote:
Install Open JDK 11
sudo apt-get install openjdk-11-jdk-headless
remove the old Evil-Droid-master folder
sudo rm -r ~PATH/Evil-Droid-master/
download new one
wget https://codeload.github.com/M4sc3r4n0/Evil-Droid/zip/master
decompress the archive
unzip master && cd Evil-Droid-master/
grant execution priv to the executable
sudo chmod +755 evil-droid && ./evil-droid
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Hi Everybody, I can not proceed, can someone give me a hand? I receive this message: "Failed to verify signed artifacts" and evil-droid don't generate the .apk file :( Thanks.
HELP please i try all but I receive this message: "Failed to verify signed artifacts"
if I update the zipalign libc ++ error.
any updates? i got same issue
[!] Failed to verify signed artifacts
Update apktool.jar to latest version, Check this web And replace the apktool.jar in tools folder.
[!] Failed to verify signed artifacts
Update apktool.jar to latest version, Check this web And replace the apktool.jar in tools folder.
I updated apktool and checked for the version and it still gives the same issue..
root@kali:~# apktool -version 2.4.0
Verifying signed artifacts... +++++++++++++++++++++++++++++++++ [! ] Failed to verify signed artifacts
How to solve error?
Same Problem. [ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [!] Failed to verify signed artifacts
How to solve?
same problem . pleaase help
i tried all the methods given above but none of them works and there are also no other youtube videos or website which explains it.It's frustrating will this work or is it some kind of a joke????
where can i contact the developers if anyone can complain about this issue to them
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid)
By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar.
The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool).
So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website.
In practice :
I just tested and it works on my side.
I had the same problems like everyone else in this thread, with Evil-Droid failing to succesfully compile the .apk with the injected payload. Untill I tried out the solution that Wh1teR4bb1t mentions, which thankfully fixed the problem. Your help in solving this problem is very much appreciated, Wh1teR4bb1t!
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid)
By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar.
The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool).
So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website.
In practice :
- Download the latest apktool.jar from https://bitbucket.org/iBotPeaches/apktool/downloads/
- Rename apktool_2.X.X.jar to apktool.jar
- Remove Evil-Droid-master/tools/apktool.jar
- Move the downloaded apktool.jar to Evil-Droid-master/tools/
- (Eventually update the version stated by Evil-Droid-master/tools/doc.txt)
I just tested and it works on my side.
Me Funciono, Muchas gracias, THX so much men!!!
sudo apt install openjdk-11-jdk-headless
you should install openjdk-13
sudo apt install openjdk-13-jdk-headless
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid)
By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar.
The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool).
So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website.
In practice :
* Download the latest apktool.jar from https://bitbucket.org/iBotPeaches/apktool/downloads/ * Rename apktool_2.X.X.jar to apktool.jar * Remove Evil-Droid-master/tools/apktool.jar * Move the downloaded apktool.jar to Evil-Droid-master/tools/ * (Eventually update the version stated by Evil-Droid-master/tools/doc.txt)
I just tested and it works on my side.
Did the same as Ramkumar492 said with apktool 2.4.1 even modified the doc.txt but still same error
[*] Verifying signed artifacts... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [!] Failed to verify signed artifacts
tried with 2.4.0 too, same error
there's nothing I can do about this.. "Failed to verify signed artifacts" I've done apt-get upgrade, I've updated the apktool... still the same error over and over again. If only there's some alternatives that did the same stuff as the original evil-droid :(
This is so frustrating!! Did everything you guys said but it's still not working....
Oh finally it somehow worked after I updated my JDK and replace the apktool.jar file and the document that contains the jar version
@farooqgv can you write a detailed steps please ?
Oh finally it somehow worked after I updated my JDK and replace the apktool.jar file and the document that contains the jar version
Can you please explain in detail step by step?
It working with me now also .. I install fatrat and phantom evasion tools requirements and use java 8 and it working
It working with me now also .. I install fatrat and phantom evasion tools requirements and use java 8 and it working
Hi, does it work for all apk? Can you suggest a working apk please.
I don’t think so it will work for all apps , i think it work with old apps versions only until v.4 but you can test it
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid) By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar. The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool). So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website. In practice :
- Download the latest apktool.jar from https://bitbucket.org/iBotPeaches/apktool/downloads/
- Rename apktool_2.X.X.jar to apktool.jar
- Remove Evil-Droid-master/tools/apktool.jar
- Move the downloaded apktool.jar to Evil-Droid-master/tools/
- (Eventually update the version stated by Evil-Droid-master/tools/doc.txt)
I just tested and it works on my side.
Me Funciono, Muchas gracias, THX so much men!!!
yes this worked perfectly for me!!!!!
What features should the apk have to allow to embed the code that allows remote access?
I have done what they say manishkali67 and Wh1teR4bb1t I would like to recommend an apk with which they have tried and review why I think it is a theme of signatures in the apk what does not allow to do the reassembly
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid) By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar. The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this (https://ibotpeaches.github.io/Apktool). So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website. In practice :
- Download the latest apktool.jar from https://bitbucket.org/iBotPeaches/apktool/downloads/
- Rename apktool_2.X.X.jar to apktool.jar
- Remove Evil-Droid-master/tools/apktool.jar
- Move the downloaded apktool.jar to Evil-Droid-master/tools/
- (Eventually update the version stated by Evil-Droid-master/tools/doc.txt)
I just tested and it works on my side.
Me Funciono, Muchas gracias, THX so much men!!!
yes this worked perfectly for me!!!!!
I download the 2.2.4 but the question is should I install that version or the latest apktool that is the version 29 Nov 2019 - Apktool v2.4.1 Released Details / Download
yes try version 2.4.1
On Thu, Feb 20, 2020 at 4:23 PM xm00ds notifications@github.com wrote:
The problem comes from the use of an outdated apktool.jar by ED (Evil-droid) By looking on the source code and Evil-droid files, we can notice than ED don't use system apktool software, but embed its own one. It is located in Evil-Droid-master/tools/apktool.jar. The version of this specific file is apktool 2.2.4. But according to the main website, the version is 2.4.0 at the time of writing this ( https://ibotpeaches.github.io/Apktool). So you have to replace Evil-Droid-master/tools/apktool.jar by an updated apktool.jar downloaded directly from the main website. In practice :
- Download the latest apktool.jar from https://bitbucket.org/iBotPeaches/apktool/downloads/
- Rename apktool_2.X.X.jar to apktool.jar
- Remove Evil-Droid-master/tools/apktool.jar
- Move the downloaded apktool.jar to Evil-Droid-master/tools/
- (Eventually update the version stated by Evil-Droid-master/tools/doc.txt)
I just tested and it works on my side.
Me Funciono, Muchas gracias, THX so much men!!!
yes this worked perfectly for me!!!!!
I download the 2.2.4 but the question is should I install that version or the latest apktool that is the version 29 Nov 2019 - Apktool v2.4.1 Released Details / Download
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/M4sc3r4n0/Evil-Droid/issues/5?email_source=notifications&email_token=AMQV5QB5N2WV32LI3FQ3B3TRD3YFXA5CNFSM4EDT6J5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMQGIEA#issuecomment-589325328, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQV5QBUUFE5BAUWKTQ7V7LRD3YFXANCNFSM4EDT6J5A .
[!] Failed to verify signed artifacts
Update apktool.jar to latest version, Check this web And replace the apktool.jar in tools folder.
I just replaced the apktool.jar with the latest version 2.4.1 and nothing follows this problem
and use the 2 menu options 2 and 3 Old NEW and the problem persists I don't understand what I should do
The folder in which you stored JDK tool there will be an TXT file just open it and change the version to the current version you download eg 2.4.1 . Save it use the option no. 3 in evil-droid thet is new and one important note here when you will be asked to enter the name of the file to be save don't save name with spaces try only one word. As you asked for which apk it might worked I think almost all I tried it with instagram.
On Fri 21 Feb, 2020, 9:00 AM xm00ds, notifications@github.com wrote:
and use the 2 menu options 2 and 3 Old NEW and the problem persists I don't understand what I should do
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/M4sc3r4n0/Evil-Droid/issues/5?email_source=notifications&email_token=AMQV5QA6WYPHJTWASTM76ULRD5DEDA5CNFSM4EDT6J5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMRML5Q#issuecomment-589481462, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMQV5QC4P3O453NJNNMQUBTRD5DEDANCNFSM4EDT6J5A .
Le dossier dans lequel vous avez stocké l'outil JDK, il y aura un fichier TXT, ouvrez-le et changez la version à la version actuelle que vous téléchargez, par exemple 2.4.1. Enregistrez-le en utilisant l'option no. 3 dans evil-droid thet est nouveau et une note importante ici quand il vous sera demandé d'entrer le nom du fichier à enregistrer ne pas enregistrer le nom avec des espaces essayez un seul mot. Comme vous avez demandé quel apk cela pourrait fonctionner, je pense que presque tout ce que j'ai essayé avec instagram. … Le ven 21 fév 2020, 09:00 xm00ds, @.***> a écrit: et utilisez les 2 options de menu 2 et 3 Old NEW et le problème persiste Je ne comprends pas ce que je dois faire - Vous recevez ceci parce que vous avez commenté. Répondre à cet e - mail directement, voir sur GitHub < # 5 ? Email_source = notifications & email_token = AMQV5QA6WYPHJTWASTM76ULRD5DEDA5CNFSM4EDT6J5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMRML5Q # issuecomment-589481462> ou unsubscribe < https://github.com/notifications/unsubscribe-auth/AMQV5QC4P3O453NJNNMQUBTRD5DEDANCNFSM4EDT6J5A >.
Merci ça marche!
Install Open JDK 11
sudo apt-get install openjdk-11-jdk-headless
remove the old Evil-Droid-master folder
sudo rm -r ~PATH/Evil-Droid-master/
download new one
wget https://codeload.github.com/M4sc3r4n0/Evil-Droid/zip/master
decompress the archive
unzip master && cd Evil-Droid-master/
grant execution priv to the executable
sudo chmod +755 evil-droid && ./evil-droid
lund mdrchod bsdke bina lund ke chutiye bhadve
It shows failed to verify signed artifacts. even deleted .android/debug.keystore and entered new one`s but still problem remains. Dependencies are found even updated them manually. whether i choose backdoor(new , old) pr av bypasss it shows the error everytime. [ ✔ ] Metasploit-Framework..............[ found ] [ ✔ ] Xterm.............................[ found ] [ ✔ ] Zenity............................[ found ] [ ✔ ] Aapt..............................[ found ] [ ✔ ] Apktool...........................[ found ] [ ✔ ] Zipalign..........................[ found ] [✔] BYPASS AV APK
[ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Generating apk payload [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Decompiling Payload APK... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Scrubbing the payload contents to avoid AV signatures... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Changing name and icon payload... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Rebuilding APK file... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Checking for ~/.android/debug.keystore for signing... [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Attempting to sign the package with your android debug key [ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [] Verifying signed artifacts... [ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ] [!] Failed to verify signed artifacts