From c86d16ffb6048145dfcbbc40e8e68441fa0f76d3 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 7 Jul 2015 23:15:57 -0500 Subject: [PATCH] update payload sizes --- modules/payloads/stagers/windows/x64/reverse_winhttp.rb | 2 +- modules/payloads/stagers/windows/x64/reverse_winhttps.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/payloads/stagers/windows/x64/reverse_winhttp.rb b/modules/payloads/stagers/windows/x64/reverse_winhttp.rb index d5bfbfac8e..d87820e334 100644 --- a/modules/payloads/stagers/windows/x64/reverse_winhttp.rb +++ b/modules/payloads/stagers/windows/x64/reverse_winhttp.rb @@ -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 diff --git a/modules/payloads/stagers/windows/x64/reverse_winhttps.rb b/modules/payloads/stagers/windows/x64/reverse_winhttps.rb index 09ba8aa6da..03c844f58b 100644 --- a/modules/payloads/stagers/windows/x64/reverse_winhttps.rb +++ b/modules/payloads/stagers/windows/x64/reverse_winhttps.rb @@ -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