From 6d6608c06c2def380beb7bd21020003ae37024c6 Mon Sep 17 00:00:00 2001 From: dledda-r7 Date: Fri, 6 Dec 2024 09:15:36 -0500 Subject: [PATCH] fix: updated cachedsize reverse_https_proxy --- modules/payloads/stagers/windows/reverse_https_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/stagers/windows/reverse_https_proxy.rb b/modules/payloads/stagers/windows/reverse_https_proxy.rb index 871f9f2ff3b5..8e4b55ffc010 100644 --- a/modules/payloads/stagers/windows/reverse_https_proxy.rb +++ b/modules/payloads/stagers/windows/reverse_https_proxy.rb @@ -4,7 +4,7 @@ ## module MetasploitModule - CachedSize = 384 + CachedSize = 400 include Msf::Payload::Stager include Msf::Payload::Windows