Hold off on venom changes for a new PR

This commit is contained in:
bwatters-r7
2019-05-30 14:19:17 -05:00
committed by Brent Cook
parent 2a242d9b19
commit f7f7e969ee
+1 -1
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' => false))
@framework = ::Msf::Simple::Framework.create(create_opts.merge('DisableDatabase' => true))
end
# Cached framework object