fix #9963, update x64 linux reverse_tcp stager cached size
parent
9338de15d3
commit
4216d06ffb
|
@ -109,8 +109,6 @@ module Payload::Linux::ReverseTcp_x64
|
|||
pop r9
|
||||
push rsi
|
||||
push rax
|
||||
|
||||
create_socket:
|
||||
push 0x29
|
||||
pop rax
|
||||
cdq
|
||||
|
|
|
@ -8,7 +8,7 @@ require 'msf/core/payload/linux/x64/reverse_tcp'
|
|||
|
||||
module MetasploitModule
|
||||
|
||||
CachedSize = 127
|
||||
CachedSize = 129
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Linux::ReverseTcp_x64
|
||||
|
|
Loading…
Reference in New Issue