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 1697
1697
reference_name : 'mainframe/shell_reverse_tcp'
1698
1698
end
1699
1699
1700
+ context 'multi/meterpreter/reverse_http' do
1701
+ it_should_behave_like 'payload cached size is consistent' ,
1702
+ ancestor_reference_names : [
1703
+ 'stagers/multi/reverse_http' ,
1704
+ 'stages/multi/meterpreter'
1705
+ ] ,
1706
+ dynamic_size : false ,
1707
+ modules_pathname : modules_pathname ,
1708
+ reference_name : 'multi/meterpreter/reverse_http'
1709
+ end
1710
+
1711
+ context 'multi/meterpreter/reverse_https' do
1712
+ it_should_behave_like 'payload cached size is consistent' ,
1713
+ ancestor_reference_names : [
1714
+ 'stagers/multi/reverse_https' ,
1715
+ 'stages/multi/meterpreter'
1716
+ ] ,
1717
+ dynamic_size : false ,
1718
+ modules_pathname : modules_pathname ,
1719
+ reference_name : 'multi/meterpreter/reverse_https'
1720
+ end
1721
+
1700
1722
context 'netware/shell/reverse_tcp' do
1701
1723
it_should_behave_like 'payload cached size is consistent' ,
1702
1724
ancestor_reference_names : [
You can’t perform that action at this time.
0 commit comments