1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-02 07:40:19 +02:00

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

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