Commit ec5fabfe by Peter Weidenbach

version strnig updated

parent ccf1c4b2
......@@ -4,3 +4,19 @@ This module scans a file with several malware scanners installed locally.
This Plug-in is an adaption of: https://atlassian-net.cs.uni-bonn.de/stash/projects/MAL/repos/offline_malware_scanner/browse
## Supported Scanners
* Avast
* AVG
* Bitdefender
* ClamAV (needs clamav-daemon and clamdscan)
* Comodo
* Eset
* F-Prot
* F-Secure
* McAfee
* Sophos
## Requriements
At least one AV-Scanner must be installed.
We recommand:
ClamAV including ClamAV-Daemon and Clamdscan
\ No newline at end of file
......@@ -18,7 +18,7 @@ try:
except:
plugin_version = get_version_string_from_git(get_directory_for_filename(__file__))
system_version = "OMS 0.2.1"
system_version = "OMS 0.2.2"
class CommonAnalysisOMS(AnalysisPluginFile):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment