|
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: [
|
|
2929 | 2937 | reference_name: 'osx/x86/vforkshell_reverse_tcp'
|
2930 | 2938 | end
|
2931 | 2939 |
|
2932 |
| - context 'php/bind_perl' do |
2933 |
| - it_should_behave_like 'payload cached size is consistent', |
2934 |
| - ancestor_reference_names: [ |
2935 |
| - 'singles/php/bind_perl' |
2936 |
| - ], |
2937 |
| - dynamic_size: true, |
2938 |
| - modules_pathname: modules_pathname, |
2939 |
| - reference_name: 'php/bind_perl' |
2940 |
| - end |
2941 |
| - |
2942 |
| - context 'php/bind_perl_ipv6' do |
2943 |
| - it_should_behave_like 'payload cached size is consistent', |
2944 |
| - ancestor_reference_names: [ |
2945 |
| - 'singles/php/bind_perl_ipv6' |
2946 |
| - ], |
2947 |
| - dynamic_size: true, |
2948 |
| - modules_pathname: modules_pathname, |
2949 |
| - reference_name: 'php/bind_perl_ipv6' |
2950 |
| - end |
2951 |
| - |
2952 | 2940 | context 'php/bind_php' do
|
2953 | 2941 | it_should_behave_like 'payload cached size is consistent',
|
2954 | 2942 | ancestor_reference_names: [
|
|
2969 | 2957 | reference_name: 'php/bind_php_ipv6'
|
2970 | 2958 | end
|
2971 | 2959 |
|
| 2960 | + context 'php/unix/cmd' do |
| 2961 | + it_should_behave_like 'payload is not cached', |
| 2962 | + ancestor_reference_names: [ |
| 2963 | + 'adapters/php/unix/cmd' |
| 2964 | + ], |
| 2965 | + reference_name: 'php/unix/cmd ' |
| 2966 | + end |
| 2967 | + |
2972 | 2968 | context 'php/download_exec' do
|
2973 | 2969 | it_should_behave_like 'payload cached size is consistent',
|
2974 | 2970 | ancestor_reference_names: [
|
|
3065 | 3061 | reference_name: 'php/meterpreter_reverse_tcp'
|
3066 | 3062 | end
|
3067 | 3063 |
|
3068 |
| - context 'php/reverse_perl' do |
3069 |
| - it_should_behave_like 'payload cached size is consistent', |
3070 |
| - ancestor_reference_names: [ |
3071 |
| - 'singles/php/reverse_perl' |
3072 |
| - ], |
3073 |
| - dynamic_size: true, |
3074 |
| - modules_pathname: modules_pathname, |
3075 |
| - reference_name: 'php/reverse_perl' |
3076 |
| - end |
3077 |
| - |
3078 | 3064 | context 'php/reverse_php' do
|
3079 | 3065 | it_should_behave_like 'payload cached size is consistent',
|
3080 | 3066 | ancestor_reference_names: [
|
|
0 commit comments