Hey all here. Introducing the new virus DB TheZoo. This is a project created to make malware analysis open and available to the public.
🔻 Installation
Updating packages:
apt update -y
apt upgrade -y
Install git and python:
apt install git
apt install python
Download the tool itself:
git clone https://github.com/ytisf/theZoo
Open the folder with the utility:
cd theZoo
Launch
Run the utility with the command:
python theZoo.py
Next, we select the base from which we will take the virus, for example, botnets:
search botnet
And download our malware virus:
use serial number of the virus in the database
Then just enter get and get the directory. Each directory consists of 4 files:
- Malware files in an encrypted ZIP archive.
- SHA256 amount of 1st file.
- MD5 sum of the 1st file.
- File of passwords for the archive.
Comments
Post a Comment