You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Since version 0.42 theZoo have been going dramatic changes. It now runs in both
42
42
The current default state of theZoo runtime is the CLI which is inspired by MSF. The following files and directories are responsible for the application's behaviour.
43
43
44
44
### /conf
45
-
The conf folder holds files relevant to the particular running of the program but are not part of the application. You can find the EULA file in the conf, the current database version, the CSV index file and more.
45
+
The conf folder holds files relevant to the particular running of the program but are not part of the application. You can find the EULA file in the conf and more.
46
46
### /imports
47
47
Contains .py and .pyc import files used by the rest of the application
48
48
### /malwares
@@ -52,17 +52,17 @@ Since mdbv0.2 is stable for the command line arguments (where as of 0.42 we are
52
52
53
53
54
54
## Directory Structure:
55
-
Each directory is composed of 5 files:
55
+
Each directory is composed of 4 files:
56
56
- Malware files in an encrypted ZIP archive.
57
57
- SHA256 sum of the 1st file.
58
58
- MD5 sum of the 1st file.
59
59
- Password file for the archive.
60
-
- index.log file for the indexer.
61
60
62
61
63
-
## Structure of index.csv
64
-
The main index.csv is the DB which you will look in to find malwares indexed on your drive. We use the , charachter as the delimiter to our CSVs.
65
-
The structure is al follows:
62
+
63
+
## Structure of maldb.db
64
+
maldb.db is the DB which theZoo is acting upon to find malwares indexed on your drive.
0 commit comments