|
45 | 45 | reference_name: 'aix/ppc/shell_reverse_tcp'
|
46 | 46 | end
|
47 | 47 |
|
| 48 | + context 'apple_ios/aarch64/meterpreter_reverse_http' do |
| 49 | + it_should_behave_like 'payload cached size is consistent', |
| 50 | + ancestor_reference_names: [ |
| 51 | + 'singles/apple_ios/aarch64/meterpreter_reverse_http' |
| 52 | + ], |
| 53 | + dynamic_size: false, |
| 54 | + modules_pathname: modules_pathname, |
| 55 | + reference_name: 'apple_ios/aarch64/meterpreter_reverse_http' |
| 56 | + end |
| 57 | + |
| 58 | + context 'apple_ios/aarch64/meterpreter_reverse_https' do |
| 59 | + it_should_behave_like 'payload cached size is consistent', |
| 60 | + ancestor_reference_names: [ |
| 61 | + 'singles/apple_ios/aarch64/meterpreter_reverse_https' |
| 62 | + ], |
| 63 | + dynamic_size: false, |
| 64 | + modules_pathname: modules_pathname, |
| 65 | + reference_name: 'apple_ios/aarch64/meterpreter_reverse_https' |
| 66 | + end |
| 67 | + |
| 68 | + context 'apple_ios/aarch64/meterpreter_reverse_tcp' do |
| 69 | + it_should_behave_like 'payload cached size is consistent', |
| 70 | + ancestor_reference_names: [ |
| 71 | + 'singles/apple_ios/aarch64/meterpreter_reverse_tcp' |
| 72 | + ], |
| 73 | + dynamic_size: false, |
| 74 | + modules_pathname: modules_pathname, |
| 75 | + reference_name: 'apple_ios/aarch64/meterpreter_reverse_tcp' |
| 76 | + end |
| 77 | + |
| 78 | + context 'apple_ios/aarch64/shell_reverse_tcp' do |
| 79 | + it_should_behave_like 'payload cached size is consistent', |
| 80 | + ancestor_reference_names: [ |
| 81 | + 'singles/apple_ios/aarch64/shell_reverse_tcp' |
| 82 | + ], |
| 83 | + dynamic_size: false, |
| 84 | + modules_pathname: modules_pathname, |
| 85 | + reference_name: 'apple_ios/aarch64/shell_reverse_tcp' |
| 86 | + end |
| 87 | + |
48 | 88 | context 'android/meterpreter_reverse_https' do
|
49 | 89 | it_should_behave_like 'payload cached size is consistent',
|
50 | 90 | ancestor_reference_names: [
|
|
588 | 628 | reference_name: 'cmd/unix/bind_ruby_ipv6'
|
589 | 629 | end
|
590 | 630 |
|
| 631 | + context 'cmd/unix/bind_stub' do |
| 632 | + it_should_behave_like 'payload cached size is consistent', |
| 633 | + ancestor_reference_names: [ |
| 634 | + 'singles/cmd/unix/bind_stub' |
| 635 | + ], |
| 636 | + dynamic_size: false, |
| 637 | + modules_pathname: modules_pathname, |
| 638 | + reference_name: 'cmd/unix/bind_stub' |
| 639 | + end |
| 640 | + |
591 | 641 | context 'cmd/unix/bind_zsh' do
|
592 | 642 | it_should_behave_like 'payload cached size is consistent',
|
593 | 643 | ancestor_reference_names: [
|
|
808 | 858 | reference_name: 'cmd/unix/reverse_ssl_double_telnet'
|
809 | 859 | end
|
810 | 860 |
|
| 861 | + context 'cmd/unix/reverse_stub' do |
| 862 | + it_should_behave_like 'payload cached size is consistent', |
| 863 | + ancestor_reference_names: [ |
| 864 | + 'singles/cmd/unix/reverse_stub' |
| 865 | + ], |
| 866 | + dynamic_size: false, |
| 867 | + modules_pathname: modules_pathname, |
| 868 | + reference_name: 'cmd/unix/reverse_stub' |
| 869 | + end |
| 870 | + |
811 | 871 | context 'cmd/unix/reverse_zsh' do
|
812 | 872 | it_should_behave_like 'payload cached size is consistent',
|
813 | 873 | ancestor_reference_names: [
|
|
0 commit comments