Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common_analysis_oms
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
common_analysis_oms
Commits
ccf1c4b2
Commit
ccf1c4b2
authored
Sep 30, 2016
by
Peter Weidenbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ClamAV Plugin now uses clamdscan; README includes supported scanner list
parent
8cf7b901
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
.gitignore
.gitignore
+1
-0
.pydevproject
.pydevproject
+1
-1
README.md
README.md
+1
-0
ClamAV.json
common_analysis_oms/plugins/ClamAV.json
+1
-1
No files found.
.gitignore
0 → 100644
View file @
ccf1c4b2
__pycache__
.pydevproject
View file @
ccf1c4b2
...
...
@@ -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>
README.md
View file @
ccf1c4b2
...
...
@@ -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
common_analysis_oms/plugins/ClamAV.json
View file @
ccf1c4b2
...
...
@@ -2,5 +2,5 @@
"re_infected"
:
"Infec[
\\
D]+([
\\
d])"
,
"re_malware_name"
:
": ([^
\\
n]+) FOUND"
,
"name"
:
"ClamAV"
,
"command"
:
"clamscan $filepath"
"command"
:
"clam
d
scan $filepath"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment