Add missing payloads to spec

bug/bundler_fix
OJ 2015-05-18 22:21:08 +10:00
parent 4a5f92072e
commit 820727e24d
1 changed files with 33 additions and 0 deletions

View File

@ -2044,6 +2044,17 @@ describe 'modules/payloads', :content do
reference_name: 'php/meterpreter/bind_tcp' reference_name: 'php/meterpreter/bind_tcp'
end end
context 'php/meterpreter/bind_tcp_uuid' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'stagers/php/bind_tcp_uuid',
'stages/php/meterpreter'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'php/meterpreter/bind_tcp_uuid'
end
context 'php/meterpreter/bind_tcp_ipv6' do context 'php/meterpreter/bind_tcp_ipv6' do
it_should_behave_like 'payload cached size is consistent', it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [ ancestor_reference_names: [
@ -2055,6 +2066,17 @@ describe 'modules/payloads', :content do
reference_name: 'php/meterpreter/bind_tcp_ipv6' reference_name: 'php/meterpreter/bind_tcp_ipv6'
end end
context 'php/meterpreter/bind_tcp_ipv6_uuid' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'stagers/php/bind_tcp_ipv6_uuid',
'stages/php/meterpreter'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'php/meterpreter/bind_tcp_ipv6_uuid'
end
context 'php/meterpreter/reverse_tcp' do context 'php/meterpreter/reverse_tcp' do
it_should_behave_like 'payload cached size is consistent', it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [ ancestor_reference_names: [
@ -2066,6 +2088,17 @@ describe 'modules/payloads', :content do
reference_name: 'php/meterpreter/reverse_tcp' reference_name: 'php/meterpreter/reverse_tcp'
end end
context 'php/meterpreter/reverse_tcp_uuid' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'stagers/php/reverse_tcp_uuid',
'stages/php/meterpreter'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'php/meterpreter/reverse_tcp_uuid'
end
context 'php/meterpreter_reverse_tcp' do context 'php/meterpreter_reverse_tcp' do
it_should_behave_like 'payload cached size is consistent', it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [ ancestor_reference_names: [