Update next MileStones

This commit is contained in:
Yuval Nativ
2014-01-15 19:01:37 +02:00
parent 676c32f1ea
commit 7be318fb1c
2 changed files with 10 additions and 0 deletions

View File

@@ -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.

View File

@@ -16,6 +16,14 @@
#You should have received a copy of the GNU General Public License
#along with this program. If not, see <http://www.gnu.org/licenses/>.
__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