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

Path names do not match in git vs sqlite #187

Open
joumanaelsheikh opened this issue Mar 28, 2022 · 1 comment
Open

Path names do not match in git vs sqlite #187

joumanaelsheikh opened this issue Mar 28, 2022 · 1 comment

Comments

@joumanaelsheikh
Copy link

joumanaelsheikh commented Mar 28, 2022

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
Copy link

Snowball44 commented Apr 14, 2022

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'

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

2 participants