Skip to content

Commit 809a8d3

Browse files
committed
Add the test context to payloads_spec for py http
1 parent d5ebd8a commit 809a8d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spec/modules/payloads_spec.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,16 @@
18371837
reference_name: 'python/meterpreter/bind_tcp'
18381838
end
18391839

1840+
context 'python/meterpreter/reverse_http' do
1841+
it_should_behave_like 'payload can be instantiated',
1842+
ancestor_reference_name: [
1843+
'stagers/python/reverse_http',
1844+
'stages/python/meterpreter'
1845+
],
1846+
modules_pathname: modules_pathname,
1847+
reference_name: 'python/meterpreter/reverse_http'
1848+
end
1849+
18401850
context 'python/meterpreter/reverse_tcp' do
18411851
it_should_behave_like 'payload can be instantiated',
18421852
ancestor_reference_names: [

0 commit comments

Comments
 (0)