File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1839
1839
1840
1840
context 'python/meterpreter/reverse_http' do
1841
1841
it_should_behave_like 'payload can be instantiated' ,
1842
- ancestor_reference_name : [
1842
+ ancestor_reference_names : [
1843
1843
'stagers/python/reverse_http' ,
1844
1844
'stages/python/meterpreter'
1845
1845
] ,
Original file line number Diff line number Diff line change 62
62
$stderr. puts
63
63
$stderr. puts " context '#{ reference_name } ' do\n " \
64
64
" it_should_behave_like 'payload can be instantiated',\n " \
65
- " ancestor_reference_name : ["
65
+ " ancestor_reference_names : ["
66
66
67
67
ancestor_reference_names = options [ :ancestor_reference_names ]
68
68
69
69
if ancestor_reference_names . length == 1
70
70
$stderr. puts " '#{ ancestor_reference_names [ 0 ] } '"
71
71
else
72
- $stderr. puts " '#{ ancestor_reference_names [ 0 ] } ',"
73
- $stderr. puts " '#{ ancestor_reference_names [ 1 ] } '"
72
+ $stderr. puts " '#{ ancestor_reference_names [ 1 ] } ',"
73
+ $stderr. puts " '#{ ancestor_reference_names [ 0 ] } '"
74
74
end
75
75
76
76
$stderr. puts " ],\n " \
You can’t perform that action at this time.
0 commit comments