File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
modules/payloads/stagers/linux/aarch64 Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 17
17
###
18
18
module MetasploitModule
19
19
20
- CachedSize = 192
20
+ CachedSize = 212
21
21
22
22
include Msf ::Payload ::Stager
23
23
Original file line number Diff line number Diff line change 4442
4442
reference_name : 'linux/zarch/meterpreter_reverse_https'
4443
4443
end
4444
4444
4445
+ context 'linux/aarch64/meterpreter/reverse_tcp' do
4446
+ it_should_behave_like 'payload cached size is consistent' ,
4447
+ ancestor_reference_names : [
4448
+ 'stagers/linux/aarch64/reverse_tcp' ,
4449
+ 'stages/linux/aarch64/meterpreter'
4450
+ ] ,
4451
+ dynamic_size : false ,
4452
+ modules_pathname : modules_pathname ,
4453
+ reference_name : 'linux/aarch64/meterpreter/reverse_tcp'
4454
+ end
4455
+
4445
4456
context 'linux/aarch64/meterpreter_reverse_tcp' do
4446
4457
it_should_behave_like 'payload cached size is consistent' ,
4447
4458
ancestor_reference_names : [
You can’t perform that action at this time.
0 commit comments