diff --git a/README.md b/README.md index 57ab530..debc682 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,11 @@ The repository holding all files is currently https://github.com/ytisf/theZoo Stuff which are in the making: +- [V] Fix EULA for proper disclaimer. - [ ] More precise searching and indexing including platform and more. - [ ] We have about 400 more malwares to map and add - [ ] Git update of platform and new malware. - [ ] Fix display of search. +- [ ] Enable support for platform and architecture in indexing. If you have any suggestions or malware that you have indexed as in the documentations please send it to us to yuvaln210 [at] your most popular mail server so we can add it for every one's enjoyment. \ No newline at end of file diff --git a/malware-db.py b/malware-db.py index b7be348..16daba1 100644 --- a/malware-db.py +++ b/malware-db.py @@ -16,6 +16,14 @@ #You should have received a copy of the GNU General Public License #along with this program. If not, see . +__version__ = "0.1 Alpha" +__appname__ = "Malware DB" +__authors__ = ["Yuval Nativ","Lahad Ludar","5fingers"] +__licensev__ = "GPL v3.0" +__maintainer = "Yuval Nativ" +__status__ = "Development" + + import sys import getopt import os