|
1043 | 1043 | reference_name: 'cmd/unix/interact'
|
1044 | 1044 | end
|
1045 | 1045 |
|
| 1046 | + context 'cmd/unix/php' do |
| 1047 | + it_should_behave_like 'payload is not cached', |
| 1048 | + ancestor_reference_names: [ |
| 1049 | + 'adapters/cmd/unix/php' |
| 1050 | + ], |
| 1051 | + reference_name: 'cmd/unix/php' |
| 1052 | + end |
| 1053 | + |
1046 | 1054 | context 'cmd/unix/pingback_bind' do
|
1047 | 1055 | it_should_behave_like 'payload cached size is consistent',
|
1048 | 1056 | ancestor_reference_names: [
|
|
2920 | 2928 | reference_name: 'osx/x86/vforkshell_reverse_tcp'
|
2921 | 2929 | end
|
2922 | 2930 |
|
2923 |
| - context 'php/bind_perl' do |
2924 |
| - it_should_behave_like 'payload cached size is consistent', |
2925 |
| - ancestor_reference_names: [ |
2926 |
| - 'singles/php/bind_perl' |
2927 |
| - ], |
2928 |
| - dynamic_size: true, |
2929 |
| - modules_pathname: modules_pathname, |
2930 |
| - reference_name: 'php/bind_perl' |
2931 |
| - end |
2932 |
| - |
2933 |
| - context 'php/bind_perl_ipv6' do |
2934 |
| - it_should_behave_like 'payload cached size is consistent', |
2935 |
| - ancestor_reference_names: [ |
2936 |
| - 'singles/php/bind_perl_ipv6' |
2937 |
| - ], |
2938 |
| - dynamic_size: true, |
2939 |
| - modules_pathname: modules_pathname, |
2940 |
| - reference_name: 'php/bind_perl_ipv6' |
2941 |
| - end |
2942 |
| - |
2943 | 2931 | context 'php/bind_php' do
|
2944 | 2932 | it_should_behave_like 'payload cached size is consistent',
|
2945 | 2933 | ancestor_reference_names: [
|
|
2960 | 2948 | reference_name: 'php/bind_php_ipv6'
|
2961 | 2949 | end
|
2962 | 2950 |
|
| 2951 | + context 'php/unix/cmd' do |
| 2952 | + it_should_behave_like 'payload is not cached', |
| 2953 | + ancestor_reference_names: [ |
| 2954 | + 'adapters/php/unix/cmd' |
| 2955 | + ], |
| 2956 | + reference_name: 'php/unix/cmd ' |
| 2957 | + end |
| 2958 | + |
2963 | 2959 | context 'php/download_exec' do
|
2964 | 2960 | it_should_behave_like 'payload cached size is consistent',
|
2965 | 2961 | ancestor_reference_names: [
|
|
3056 | 3052 | reference_name: 'php/meterpreter_reverse_tcp'
|
3057 | 3053 | end
|
3058 | 3054 |
|
3059 |
| - context 'php/reverse_perl' do |
3060 |
| - it_should_behave_like 'payload cached size is consistent', |
3061 |
| - ancestor_reference_names: [ |
3062 |
| - 'singles/php/reverse_perl' |
3063 |
| - ], |
3064 |
| - dynamic_size: true, |
3065 |
| - modules_pathname: modules_pathname, |
3066 |
| - reference_name: 'php/reverse_perl' |
3067 |
| - end |
3068 |
| - |
3069 | 3055 | context 'php/reverse_php' do
|
3070 | 3056 | it_should_behave_like 'payload cached size is consistent',
|
3071 | 3057 | ancestor_reference_names: [
|
|
0 commit comments