add missing osx specs

This commit is contained in:
Brent Cook 2017-08-20 19:25:22 -05:00
parent f961495860
commit 2660a5b558
1 changed files with 30 additions and 0 deletions

View File

@ -1819,6 +1819,36 @@ RSpec.describe 'modules/payloads', :content do
reference_name: 'osx/x64/exec'
end
context 'osx/x64/meterpreter_reverse_http' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/osx/x64/meterpreter_reverse_http'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'osx/x64/meterpreter_reverse_http'
end
context 'osx/x64/meterpreter_reverse_https' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/osx/x64/meterpreter_reverse_https'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'osx/x64/meterpreter_reverse_https'
end
context 'osx/x64/meterpreter_reverse_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/osx/x64/meterpreter_reverse_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'osx/x64/meterpreter_reverse_tcp'
end
context 'osx/x64/say' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [