The encoder "issue" was just a misconfig on my side. Also there's no cli in get_payload.
parent
fee2e1eff9
commit
3563fe1b36
|
@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
#'BadChars' => "\x00",
|
'BadChars' => "\x00",
|
||||||
'StackAdjustment' => -3500
|
'StackAdjustment' => -3500
|
||||||
},
|
},
|
||||||
'DefaultOptions' =>
|
'DefaultOptions' =>
|
||||||
|
|
Loading…
Reference in New Issue