Fix missing constants in msfvenom

This commit is contained in:
dwelch-r7
2021-01-05 16:42:59 +00:00
parent c0912b358c
commit 7c063404eb
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ def require_deps
require 'msf/ui'
require 'msf/base'
require 'msf/core/payload_generator'
require 'msf/core/constants'
@framework_loaded = true
end