Msfpayload doesn't work if ENCODER option is set
parent
d5959d6bd6
commit
aad9589c45
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue