Fix up payload sizes
parent
2949bf053a
commit
146f41992f
|
@ -10,7 +10,7 @@ require 'msf/core/payload/linux/reverse_tcp'
|
|||
|
||||
module Metasploit4
|
||||
|
||||
CachedSize = 71
|
||||
CachedSize = 193
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Linux::ReverseTcp
|
||||
|
|
|
@ -11,7 +11,7 @@ require 'msf/core/payload/windows/reverse_winhttp'
|
|||
|
||||
module Metasploit3
|
||||
|
||||
CachedSize = 327
|
||||
CachedSize = 329
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Windows
|
||||
|
|
|
@ -11,7 +11,7 @@ require 'msf/core/payload/windows/reverse_winhttps'
|
|||
|
||||
module Metasploit3
|
||||
|
||||
CachedSize = 347
|
||||
CachedSize = 349
|
||||
|
||||
include Msf::Payload::Stager
|
||||
include Msf::Payload::Windows
|
||||
|
|
Loading…
Reference in New Issue