Fixup WMI
parent
02f1ff27ee
commit
f1959f5313
|
@ -82,6 +82,7 @@ class Metasploit3 < Msf::Exploit::Local
|
||||||
payload_instance.arch.first,
|
payload_instance.arch.first,
|
||||||
{
|
{
|
||||||
:remove_comspec => true,
|
:remove_comspec => true,
|
||||||
|
:encode_inner_payload => true,
|
||||||
:use_single_quotes => true
|
:use_single_quotes => true
|
||||||
})
|
})
|
||||||
chunks = split_code(psh, 1000)
|
chunks = split_code(psh, 1000)
|
||||||
|
|
Loading…
Reference in New Issue