Add quoted hex encoding

bug/bundler_fix
Tod Beardsley 2016-12-06 09:05:35 -06:00
parent d549c2793f
commit a4f681ae35
No known key found for this signature in database
GPG Key ID: 08B5B91DC85943FE
2 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,7 @@ GEM
metasm
rex-arch
rex-text
rex-exploitation (0.1.3)
rex-exploitation (0.1.4)
jsobfu
metasm
rex-arch

View File

@ -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