We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a2839 commit a402686Copy full SHA for a402686
spec/modules/payloads_spec.rb
@@ -2370,6 +2370,16 @@
2370
reference_name: 'python/meterpreter_reverse_tcp'
2371
end
2372
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
+
2383
context 'python/shell_reverse_tcp' do
2384
it_should_behave_like 'payload cached size is consistent',
2385
ancestor_reference_names: [
0 commit comments