Enable database support in msfvenom to allow for saving UUIDs

This commit is contained in:
Aaron Soto 2019-04-30 14:59:54 -05:00 committed by Brent Cook
parent 6d6b33968f
commit 8c6f2d974b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def init_framework(create_opts={})
type = Msf.const_get("MODULE_#{type.upcase}")
end
@framework = ::Msf::Simple::Framework.create(create_opts.merge('DisableDatabase' => true))
@framework = ::Msf::Simple::Framework.create(create_opts.merge('DisableDatabase' => false))
end
# Cached framework object