Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
add mcafee plugin + fix intel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Sep 3, 2018
1 parent 8203271 commit 6d89f81
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.18
v0.3.19
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
---

## Try It Out

> **DEMO:** [demo.malice.io](https://demo.malice.io)
- **username**: `malice`
- **password**: `ecilam`

## Setup Docker (OSX)

Install [Docker for Mac](https://docs.docker.com/docker-for-mac/)
Expand Down
4 changes: 2 additions & 2 deletions config/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#######################################################################

title = "Malice Runtime Configuration"
version = "v0.3.18"
version = "v0.3.19"

[author]
name = "blacktop"
Expand Down
4 changes: 2 additions & 2 deletions plugins/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions plugins/plugins.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ title = "Malice Plugin Configurations"
upload = false # Set upload to `true` if you want to upload sample to totalhash.cymru.com
user = ""
key = ""
cmd = "lookup"
mime = "hash"
hashtypes = [ "sha1" ]
env = ["MALICE_TH_USER", "MALICE_TH_KEY"]
Expand All @@ -57,6 +58,7 @@ title = "Malice Plugin Configurations"
image = "malice/shadow-server"
repository = "https://github.com/malice-plugins/shadow-server.git"
build = false
cmd = "lookup"
mime = "hash"
hashtypes = [ "md5", "sha1" ]

Expand Down Expand Up @@ -183,6 +185,16 @@ title = "Malice Plugin Configurations"
build = false
mime = "*"

[[plugin]]
enabled = false
name = "mcafee"
description = "McAfee AntiVirus"
category = "av"
image = "malice/mcafee"
repository = "https://github.com/malice-plugins/mcafee.git"
build = false
mime = "*"

[[plugin]]
enabled = true
name = "sophos"
Expand Down

0 comments on commit 6d89f81

Please sign in to comment.