Skip to content

Commit

Permalink
enable pdf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 23, 2018
1 parent 3be4633 commit 504c389
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ci: lint test ## Run all the tests and code checks

build: bindata size ## Build a beta version of malice
@echo "===> Building Binaries"
go build -ldflags "-X main.version=${VERSION}-beta" -o malice-beta
go build -ldflags "-X main.version=$(VERSION)-beta" -o malice-beta

# Absolutely awesome: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help:
Expand Down
2 changes: 1 addition & 1 deletion config/bindata.go

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

26 changes: 13 additions & 13 deletions plugins/bindata.go

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

4 changes: 2 additions & 2 deletions plugins/plugins.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ title = "Malice Plugin Configurations"
mime = "*"
env = ["MALICE_TIMEOUT"]
keysrc = "~/.malice/plugins/avira/hbedv.key"
keydst = "/opt/avira/hbedv.key"
keydst = "/opt/avira/hbedv.key"

[[plugin]]
enabled = true
Expand Down Expand Up @@ -264,7 +264,7 @@ title = "Malice Plugin Configurations"
env = ["MALICE_TIMEOUT"]

[[plugin]]
enabled = false
enabled = true
name = "pdf"
description = "PDF - tool to triage PDF documents"
category = "document"
Expand Down

0 comments on commit 504c389

Please sign in to comment.