Skip to content

Commit 7878d9f

Browse files
authored
Land rapid7#19735, Update the CachedSize for reverse_http and reverse_http payloads
Land rapid7#19735, Update the CachedSize for reverse_http and reverse_http payloads
2 parents 0068857 + b33b01e commit 7878d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/payloads/stagers/windows/x64/reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module MetasploitModule
77

8-
CachedSize = 528
8+
CachedSize = 610
99

1010
include Msf::Payload::Stager
1111
include Msf::Payload::Windows

modules/payloads/stagers/windows/x64/reverse_https.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module MetasploitModule
77

8-
CachedSize = 562
8+
CachedSize = 644
99

1010
include Msf::Payload::Stager
1111
include Msf::Payload::Windows

0 commit comments

Comments
 (0)