ytisf / theZoo

A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.
https://thezoo.morirt.com
Other
11.17k stars 2.5k forks source link

Path names do not match in git vs sqlite #187

Open joumanaelsheikh opened 2 years ago

joumanaelsheikh commented 2 years ago

Hello, I am trying to run some apt malwares (namely stuxnet, explosion, xagent) and i get the same error:

"Probably path name in git vs. sqlite does not match Please try and go to https://....."

I tried so many other types of malware and none of them worked too. Could this be an issue on my end?

Snowball44 commented 2 years ago

I have the same issue. The names in sqlite do not match the actual names in the zip file. Example: [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win32.Talerat' I got this from sqlite. The actual filename is: ./theZoo/malware/Binaries/Win32.Taleret/ So there is a misspelling with TalerEt and TalerAt. This is a common occurency in the files. I have a dosen of these errors.

The filename related errors I got was related to the folllowing: [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win32.GravityRAT' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win32.GravityRAT/Win32.Unclassified.zip' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Coll.Coll.DarkHydrus' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Coll.Coll.DarkHydrus/Coll.CozyBear.zip' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win64.StealthyTrident' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win64.StealthyTrident/WinX. SignSight.zip' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win32.Talerat' [Errno 2] No such file or directory: './theZoo/malware/Binaries/Win32.Talerat/Win32.Cainxpii.zip'