From 159de817f71c2d048a753023846b4df0cf9e462b Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Thu, 25 Jan 2018 11:09:41 -0600 Subject: [PATCH] add missing payload tests --- spec/modules/payloads_spec.rb | 60 +++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/spec/modules/payloads_spec.rb b/spec/modules/payloads_spec.rb index 04eb3245c4..a2761d4ecf 100644 --- a/spec/modules/payloads_spec.rb +++ b/spec/modules/payloads_spec.rb @@ -45,6 +45,46 @@ RSpec.describe 'modules/payloads', :content do reference_name: 'aix/ppc/shell_reverse_tcp' end + context 'apple_ios/aarch64/meterpreter_reverse_http' do + it_should_behave_like 'payload cached size is consistent', + ancestor_reference_names: [ + 'singles/apple_ios/aarch64/meterpreter_reverse_http' + ], + dynamic_size: false, + modules_pathname: modules_pathname, + reference_name: 'apple_ios/aarch64/meterpreter_reverse_http' + end + + context 'apple_ios/aarch64/meterpreter_reverse_https' do + it_should_behave_like 'payload cached size is consistent', + ancestor_reference_names: [ + 'singles/apple_ios/aarch64/meterpreter_reverse_https' + ], + dynamic_size: false, + modules_pathname: modules_pathname, + reference_name: 'apple_ios/aarch64/meterpreter_reverse_https' + end + + context 'apple_ios/aarch64/meterpreter_reverse_tcp' do + it_should_behave_like 'payload cached size is consistent', + ancestor_reference_names: [ + 'singles/apple_ios/aarch64/meterpreter_reverse_tcp' + ], + dynamic_size: false, + modules_pathname: modules_pathname, + reference_name: 'apple_ios/aarch64/meterpreter_reverse_tcp' + end + + context 'apple_ios/aarch64/shell_reverse_tcp' do + it_should_behave_like 'payload cached size is consistent', + ancestor_reference_names: [ + 'singles/apple_ios/aarch64/shell_reverse_tcp' + ], + dynamic_size: false, + modules_pathname: modules_pathname, + reference_name: 'apple_ios/aarch64/shell_reverse_tcp' + end + context 'android/meterpreter_reverse_https' do it_should_behave_like 'payload cached size is consistent', ancestor_reference_names: [ @@ -588,6 +628,16 @@ RSpec.describe 'modules/payloads', :content do reference_name: 'cmd/unix/bind_ruby_ipv6' end + context 'cmd/unix/bind_stub' do + it_should_behave_like 'payload cached size is consistent', + ancestor_reference_names: [ + 'singles/cmd/unix/bind_stub' + ], + dynamic_size: false, + modules_pathname: modules_pathname, + reference_name: 'cmd/unix/bind_stub' + end + context 'cmd/unix/bind_zsh' do it_should_behave_like 'payload cached size is consistent', ancestor_reference_names: [ @@ -808,6 +858,16 @@ RSpec.describe 'modules/payloads', :content do reference_name: 'cmd/unix/reverse_ssl_double_telnet' end + context 'cmd/unix/reverse_stub' do + it_should_behave_like 'payload cached size is consistent', + ancestor_reference_names: [ + 'singles/cmd/unix/reverse_stub' + ], + dynamic_size: false, + modules_pathname: modules_pathname, + reference_name: 'cmd/unix/reverse_stub' + end + context 'cmd/unix/reverse_zsh' do it_should_behave_like 'payload cached size is consistent', ancestor_reference_names: [