updates to payload spec

bug/bundler_fix
benpturner 2015-04-25 07:16:17 +01:00
parent 215e67bcbd
commit d7bc050e96
1 changed files with 40 additions and 10 deletions

View File

@ -728,16 +728,6 @@ describe 'modules/payloads', :content do
reference_name: 'cmd/windows/download_exec_vbs'
end
context 'cmd/windows/interact' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/cmd/windows/interact'
],
dynamic_size: true,
modules_pathname: modules_pathname,
reference_name: 'cmd/windows/interact'
end
context 'cmd/windows/generic' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
@ -748,6 +738,26 @@ describe 'modules/payloads', :content do
reference_name: 'cmd/windows/generic'
end
context 'cmd/windows/powershell_bind_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/cmd/windows/powershell_bind_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'cmd/windows/powershell_bind_tcp'
end
context 'cmd/windows/powershell_reverse_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/cmd/windows/powershell_reverse_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'cmd/windows/powershell_reverse_tcp'
end
context 'cmd/windows/reverse_lua' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
@ -3017,6 +3027,26 @@ describe 'modules/payloads', :content do
reference_name: 'windows/patchupmeterpreter/reverse_tcp_rc4_dns'
end
context 'windows/powershell/bind_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'stagers/windows/powershell/bind_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'windows/powershell/bind_tcp'
end
context 'windows/powershell/reverse_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/windows/powershell/reverse_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'windows/powershell/reverse_tcp'
end
context 'windows/shell/bind_ipv6_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [