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
ec5fabfe
Commit
ec5fabfe
authored
8 years ago
by
Peter Weidenbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version strnig updated
parent
ccf1c4b2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
README.md
README.md
+17
-0
oms.py
common_analysis_oms/oms.py
+1
-1
No files found.
README.md
View file @
ec5fabfe
...
...
@@ -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
This diff is collapsed.
Click to expand it.
common_analysis_oms/oms.py
View file @
ec5fabfe
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
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