Skip to content

Commit d22ed19

Browse files
committed
fix: fix port number offset
1 parent 4876320 commit d22ed19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/stagers/linux/aarch64/reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
{
3333
'Offsets' =>
3434
{
35-
'LPORT' => [ 212, 'n' ],
35+
'LPORT' => [ 222, 'n' ],
3636
'LHOST' => [ 224, 'ADDR' ],
3737
},
3838
'Payload' =>

0 commit comments

Comments
 (0)