File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1971
1971
reference_name : 'osx/x64/exec'
1972
1972
end
1973
1973
1974
+ context 'osx/x64/meterpreter/bind_tcp' do
1975
+ it_should_behave_like 'payload cached size is consistent' ,
1976
+ ancestor_reference_names : [
1977
+ 'stagers/osx/x64/bind_tcp' ,
1978
+ 'stages/osx/x64/meterpreter'
1979
+ ] ,
1980
+ dynamic_size : false ,
1981
+ modules_pathname : modules_pathname ,
1982
+ reference_name : 'osx/x64/meterpreter/bind_tcp'
1983
+ end
1984
+
1985
+ context 'osx/x64/meterpreter/reverse_tcp' do
1986
+ it_should_behave_like 'payload cached size is consistent' ,
1987
+ ancestor_reference_names : [
1988
+ 'stagers/osx/x64/reverse_tcp' ,
1989
+ 'stages/osx/x64/meterpreter'
1990
+ ] ,
1991
+ dynamic_size : false ,
1992
+ modules_pathname : modules_pathname ,
1993
+ reference_name : 'osx/x64/meterpreter/reverse_tcp'
1994
+ end
1995
+
1974
1996
context 'osx/x64/meterpreter_reverse_http' do
1975
1997
it_should_behave_like 'payload cached size is consistent' ,
1976
1998
ancestor_reference_names : [
You can’t perform that action at this time.
0 commit comments