Add quoted hex encoding
parent
d549c2793f
commit
a4f681ae35
|
@ -250,7 +250,7 @@ GEM
|
|||
metasm
|
||||
rex-arch
|
||||
rex-text
|
||||
rex-exploitation (0.1.3)
|
||||
rex-exploitation (0.1.4)
|
||||
jsobfu
|
||||
metasm
|
||||
rex-arch
|
||||
|
|
|
@ -120,6 +120,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
def inject_staged_data
|
||||
execute_cmdstager(
|
||||
flavor: :echo,
|
||||
enc_format: :hex_single_quoted,
|
||||
linemax: 63
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue