Skip to content

Commit

Permalink
Update the CachedSize for reverse_http and reverse_http payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelafuente-r7 committed Dec 16, 2024
1 parent 0068857 commit b33b01e
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 b33b01e

Please sign in to comment.