Skip to content

Commit fabb296

Browse files
author
Brent Cook
committed
update cache and add payload test
1 parent 49ed02a commit fabb296

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

modules/payloads/stagers/python/reverse_tcp_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module MetasploitModule
1111

12-
CachedSize = 317
12+
CachedSize = 378
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Python::ReverseTcpSsl

spec/modules/payloads_spec.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,6 +2284,17 @@
22842284
reference_name: 'python/meterpreter/reverse_tcp'
22852285
end
22862286

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+
22872298
context 'python/meterpreter/reverse_tcp_uuid' do
22882299
it_should_behave_like 'payload cached size is consistent',
22892300
ancestor_reference_names: [

0 commit comments

Comments
 (0)