Skip to content

Commit 4216d06

Browse files
committed
fix rapid7#9963, update x64 linux reverse_tcp stager cached size
1 parent 9338de1 commit 4216d06

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/msf/core/payload/linux/x64/reverse_tcp.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ def asm_reverse_tcp(opts={})
109109
pop r9
110110
push rsi
111111
push rax
112-
113-
create_socket:
114112
push 0x29
115113
pop rax
116114
cdq

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

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

99
module MetasploitModule
1010

11-
CachedSize = 127
11+
CachedSize = 129
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Linux::ReverseTcp_x64

0 commit comments

Comments
 (0)