Skip to content

Commit

Permalink
Land #19735, Update the CachedSize for reverse_http and reverse_http …
Browse files Browse the repository at this point in the history
…payloads

Land #19735, Update the CachedSize for reverse_http and reverse_http payloads
  • Loading branch information
dledda-r7 authored Dec 16, 2024
2 parents 0068857 + b33b01e commit 7878d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/payloads/stagers/windows/x64/reverse_http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module MetasploitModule

CachedSize = 528
CachedSize = 610

include Msf::Payload::Stager
include Msf::Payload::Windows
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/stagers/windows/x64/reverse_https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module MetasploitModule

CachedSize = 562
CachedSize = 644

include Msf::Payload::Stager
include Msf::Payload::Windows
Expand Down

0 comments on commit 7878d9f

Please sign in to comment.