1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-04 20:18:27 +02:00

update payload sizes

This commit is contained in:
Brent Cook 2015-07-07 23:15:57 -05:00
parent 0b59e63084
commit c86d16ffb6
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttp'
module Metasploit4
CachedSize = 540
CachedSize = 532
include Msf::Payload::Stager
include Msf::Payload::Windows

View File

@ -9,7 +9,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttps'
module Metasploit4
CachedSize = 571
CachedSize = 563
include Msf::Payload::Stager
include Msf::Payload::Windows