Fix CachedSize for windows/x64/reverse_(win)http(s) payloads
parent
587215affc
commit
b865d4fee2
|
@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_http'
|
|||
|
||||
module MetasploitModule
|
||||
|
||||
CachedSize = 529
|
||||
CachedSize = 528
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Windows
|
||||
|
|
|
@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_https'
|
|||
|
||||
module MetasploitModule
|
||||
|
||||
CachedSize = 563
|
||||
CachedSize = 562
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Windows
|
||||
|
|
|
@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttp'
|
|||
|
||||
module MetasploitModule
|
||||
|
||||
CachedSize = 746
|
||||
CachedSize = 745
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Windows
|
||||
|
|
|
@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttps'
|
|||
|
||||
module MetasploitModule
|
||||
|
||||
CachedSize = 782
|
||||
CachedSize = 781
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Windows
|
||||
|
|
Loading…
Reference in New Issue