Skip to content

Commit a402686

Browse files
committed
add missing spec for singles/python/shell_bind_tcp
1 parent 02a2839 commit a402686

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
@@ -2370,6 +2370,16 @@
23702370
reference_name: 'python/meterpreter_reverse_tcp'
23712371
end
23722372

2373+
context 'python/shell_bind_tcp' do
2374+
it_should_behave_like 'payload cached size is consistent',
2375+
ancestor_reference_names: [
2376+
'singles/python/shell_bind_tcp'
2377+
],
2378+
dynamic_size: false,
2379+
modules_pathname: modules_pathname,
2380+
reference_name: 'python/shell_bind_tcp'
2381+
end
2382+
23732383
context 'python/shell_reverse_tcp' do
23742384
it_should_behave_like 'payload cached size is consistent',
23752385
ancestor_reference_names: [

0 commit comments

Comments
 (0)