This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE NOTES
29 lines (25 loc) · 1.57 KB
/
RELEASE NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#$Id$
Release notes for Monkey-Spider version 0.2
===========================================
This is the second release of the Monkey-Spider system. The scripts are
working stable but there hasn't been yet an in deep testing of them by others.
New:
- Updated the blacklist seeder to work again together with support for 7zip packed
hostlist providers
- Updated the extractor script to work with the new 2.x branch of Heritrix that makes MS
compatible with the new crawler version
- MS makes now use of clamav-daemon to speedup the malware scan. This gives 100% utilization
on all available processors and the best possible performance with clamav
Unsolved Issues:
- The ms-seeder-mail-pop3 script is not yet able to extract links out of crawled
mails. A regular expression matching has to be implemented for this issue.
- The ms-scanner-clamav script is not using all three tables of the database
but only one. That leads to an insufficient data storage in the databas regarding
the version information of the used malware scanner provided in the table
mw_scanner holding the name the program version and the signature version of
the malware scanner which has the detected the malware sample and the table
mw_output which holds the particular name which might be unique to a certain
malware scanner and/or program version of such. This might not be a big problem
in the first place because at least the malware name is still stored in the
comment column inside of the first used malware table. This will be fixed in
any of the later versions.