Skip to content

Commit

Permalink
Merge pull request #2911 from HeinleinSupport/master
Browse files Browse the repository at this point in the history
[Minor] Fix oletools defaults
  • Loading branch information
vstakhov committed May 25, 2019
2 parents c4cb804 + c148645 commit 4d0d2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/lua_scanners/oletools.lua
Expand Up @@ -257,7 +257,7 @@ local function oletools_config(opts)
local oletools_conf = {
name = N,
scan_mime_parts = false,
scan_mime_parts = true,
scan_text_mime = false,
scan_image_mime = false,
default_port = 10050,
Expand Down

0 comments on commit 4d0d2cd

Please sign in to comment.