Msfpayload doesn't work if ENCODER option is set

bug/bundler_fix
agix 2014-09-30 22:08:34 +02:00
parent d5959d6bd6
commit aad9589c45
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ end
# Initialize the simplified framework instance.
$framework = Msf::Simple::Framework.create(
:module_types => [ Msf::MODULE_PAYLOAD, Msf::MODULE_NOP ],
:module_types => [ Msf::MODULE_PAYLOAD, Msf::MODULE_ENCODER, Msf::MODULE_NOP ],
'DisableDatabase' => true
)