|
2857 | 2857 | reference_name: 'windows/messagebox'
|
2858 | 2858 | end
|
2859 | 2859 |
|
| 2860 | + context 'windows/meterpreter_bind_named_pipe' do |
| 2861 | + it_should_behave_like 'payload cached size is consistent', |
| 2862 | + ancestor_reference_names: [ |
| 2863 | + 'singles/windows/meterpreter_bind_named_pipe' |
| 2864 | + ], |
| 2865 | + dynamic_size: false, |
| 2866 | + modules_pathname: modules_pathname, |
| 2867 | + reference_name: 'windows/meterpreter_bind_named_pipe' |
| 2868 | + end |
| 2869 | + |
2860 | 2870 | context 'windows/meterpreter_bind_tcp' do
|
2861 | 2871 | it_should_behave_like 'payload cached size is consistent',
|
2862 | 2872 | ancestor_reference_names: [
|
|
4042 | 4052 | reference_name: 'windows/x64/meterpreter/bind_ipv6_tcp_uuid'
|
4043 | 4053 | end
|
4044 | 4054 |
|
| 4055 | + context 'windows/x64/meterpreter/bind_named_pipe' do |
| 4056 | + it_should_behave_like 'payload cached size is consistent', |
| 4057 | + ancestor_reference_names: [ |
| 4058 | + 'stagers/windows/x64/bind_named_pipe', |
| 4059 | + 'stages/windows/x64/meterpreter' |
| 4060 | + ], |
| 4061 | + dynamic_size: false, |
| 4062 | + modules_pathname: modules_pathname, |
| 4063 | + reference_name: 'windows/x64/meterpreter/bind_named_pipe' |
| 4064 | + end |
| 4065 | + |
4045 | 4066 | context 'windows/x64/meterpreter/bind_tcp' do
|
4046 | 4067 | it_should_behave_like 'payload cached size is consistent',
|
4047 | 4068 | ancestor_reference_names: [
|
|
4141 | 4162 | reference_name: 'windows/x64/meterpreter/reverse_winhttps'
|
4142 | 4163 | end
|
4143 | 4164 |
|
| 4165 | + context 'windows/x64/meterpreter_bind_named_pipe' do |
| 4166 | + it_should_behave_like 'payload cached size is consistent', |
| 4167 | + ancestor_reference_names: [ |
| 4168 | + 'singles/windows/x64/meterpreter_bind_named_pipe' |
| 4169 | + ], |
| 4170 | + dynamic_size: false, |
| 4171 | + modules_pathname: modules_pathname, |
| 4172 | + reference_name: 'windows/x64/meterpreter_bind_named_pipe' |
| 4173 | + end |
| 4174 | + |
4144 | 4175 | context 'windows/x64/meterpreter_bind_tcp' do
|
4145 | 4176 | it_should_behave_like 'payload cached size is consistent',
|
4146 | 4177 | ancestor_reference_names: [
|
|
4211 | 4242 | reference_name: 'windows/x64/powershell_reverse_tcp'
|
4212 | 4243 | end
|
4213 | 4244 |
|
| 4245 | + context 'windows/x64/shell/bind_named_pipe' do |
| 4246 | + it_should_behave_like 'payload cached size is consistent', |
| 4247 | + ancestor_reference_names: [ |
| 4248 | + 'stagers/windows/x64/bind_named_pipe', |
| 4249 | + 'stages/windows/x64/shell' |
| 4250 | + ], |
| 4251 | + dynamic_size: false, |
| 4252 | + modules_pathname: modules_pathname, |
| 4253 | + reference_name: 'windows/x64/shell/bind_named_pipe' |
| 4254 | + end |
| 4255 | + |
4214 | 4256 | context 'windows/x64/shell/bind_tcp' do
|
4215 | 4257 | it_should_behave_like 'payload cached size is consistent',
|
4216 | 4258 | ancestor_reference_names: [
|
|
4253 | 4295 | reference_name: 'windows/x64/shell_reverse_tcp'
|
4254 | 4296 | end
|
4255 | 4297 |
|
| 4298 | + context 'windows/x64/vncinject/bind_named_pipe' do |
| 4299 | + it_should_behave_like 'payload cached size is consistent', |
| 4300 | + ancestor_reference_names: [ |
| 4301 | + 'stagers/windows/x64/bind_named_pipe', |
| 4302 | + 'stages/windows/x64/vncinject' |
| 4303 | + ], |
| 4304 | + dynamic_size: false, |
| 4305 | + modules_pathname: modules_pathname, |
| 4306 | + reference_name: 'windows/x64/vncinject/bind_named_pipe' |
| 4307 | + end |
| 4308 | + |
4256 | 4309 | context 'windows/x64/vncinject/bind_tcp' do
|
4257 | 4310 | it_should_behave_like 'payload cached size is consistent',
|
4258 | 4311 | ancestor_reference_names: [
|
|
0 commit comments