File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
modules/payloads/stagers/python Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
module MetasploitModule
11
11
12
- CachedSize = 317
12
+ CachedSize = 378
13
13
14
14
include Msf ::Payload ::Stager
15
15
include Msf ::Payload ::Python ::ReverseTcpSsl
Original file line number Diff line number Diff line change 2284
2284
reference_name : 'python/meterpreter/reverse_tcp'
2285
2285
end
2286
2286
2287
+ context 'python/meterpreter/reverse_tcp_ssl' do
2288
+ it_should_behave_like 'payload cached size is consistent' ,
2289
+ ancestor_reference_names : [
2290
+ 'stagers/python/reverse_tcp_ssl' ,
2291
+ 'stages/python/meterpreter'
2292
+ ] ,
2293
+ dynamic_size : false ,
2294
+ modules_pathname : modules_pathname ,
2295
+ reference_name : 'python/meterpreter/reverse_tcp_ssl'
2296
+ end
2297
+
2287
2298
context 'python/meterpreter/reverse_tcp_uuid' do
2288
2299
it_should_behave_like 'payload cached size is consistent' ,
2289
2300
ancestor_reference_names : [
You can’t perform that action at this time.
0 commit comments