Commit ccf1c4b2 by Peter Weidenbach

ClamAV Plugin now uses clamdscan; README includes supported scanner list

parent 8cf7b901
__pycache__
......@@ -4,5 +4,5 @@
<path>/${PROJECT_DIR_NAME}</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.0</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3.4</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3</pydev_property>
</pydev_project>
......@@ -3,3 +3,4 @@
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
......@@ -2,5 +2,5 @@
"re_infected": "Infec[\\D]+([\\d])",
"re_malware_name": ": ([^\\n]+) FOUND",
"name": "ClamAV",
"command": "clamscan $filepath"
"command": "clamdscan $filepath"
}
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