Dynamic payloads

bug/bundler_fix
benpturner 2015-04-25 07:43:48 +01:00
parent 2273fb541a
commit 996cf9bf5c
1 changed files with 2 additions and 2 deletions

View File

@ -3032,7 +3032,7 @@ describe 'modules/payloads', :content do
ancestor_reference_names: [
'singles/windows/powershell/bind_tcp'
],
dynamic_size: false,
dynamic_size: true,
modules_pathname: modules_pathname,
reference_name: 'windows/powershell/bind_tcp'
end
@ -3042,7 +3042,7 @@ describe 'modules/payloads', :content do
ancestor_reference_names: [
'singles/windows/powershell/reverse_tcp'
],
dynamic_size: false,
dynamic_size: true,
modules_pathname: modules_pathname,
reference_name: 'windows/powershell/reverse_tcp'
end