From b33b01e0d840b17e7347084651a7a2055c2c1f2e Mon Sep 17 00:00:00 2001 From: Christophe De La Fuente Date: Mon, 16 Dec 2024 12:48:57 +0100 Subject: [PATCH] Update the CachedSize for `reverse_http` and `reverse_http` payloads --- modules/payloads/stagers/windows/x64/reverse_http.rb | 2 +- modules/payloads/stagers/windows/x64/reverse_https.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/payloads/stagers/windows/x64/reverse_http.rb b/modules/payloads/stagers/windows/x64/reverse_http.rb index 9bf4d4e30c75..36713ffeb8c4 100644 --- a/modules/payloads/stagers/windows/x64/reverse_http.rb +++ b/modules/payloads/stagers/windows/x64/reverse_http.rb @@ -5,7 +5,7 @@ module MetasploitModule - CachedSize = 528 + CachedSize = 610 include Msf::Payload::Stager include Msf::Payload::Windows diff --git a/modules/payloads/stagers/windows/x64/reverse_https.rb b/modules/payloads/stagers/windows/x64/reverse_https.rb index bfbce09497aa..f83bfc7e39d2 100644 --- a/modules/payloads/stagers/windows/x64/reverse_https.rb +++ b/modules/payloads/stagers/windows/x64/reverse_https.rb @@ -5,7 +5,7 @@ module MetasploitModule - CachedSize = 562 + CachedSize = 644 include Msf::Payload::Stager include Msf::Payload::Windows