fix: updated cache size after blockapi changes

This commit is contained in:
dledda-r7
2026-04-16 08:50:42 -04:00
parent a50041b697
commit 953d0343dd
8 changed files with 12 additions and 12 deletions
@@ -4,7 +4,7 @@
##
module MetasploitModule
CachedSize = 425
CachedSize = 422
include Msf::Payload::Windows
include Msf::Payload::Single
@@ -4,7 +4,7 @@
##
module MetasploitModule
CachedSize = 526
CachedSize = 525
include Msf::Payload::Stager
include Msf::Payload::Windows::BindTcp_x64
@@ -4,7 +4,7 @@
##
module MetasploitModule
CachedSize = 524
CachedSize = 523
include Msf::Payload::Stager
include Msf::Payload::Windows::BindTcp_x64
@@ -4,8 +4,8 @@
##
module MetasploitModule
CachedSize = 607
CachedSizeOverrides = {"windows/x64/custom/reverse_http" => 628}
CachedSize = 586
CachedSizeOverrides = {"windows/x64/custom/reverse_http" => 606}
include Msf::Payload::Stager
include Msf::Payload::Windows
@@ -4,8 +4,8 @@
##
module MetasploitModule
CachedSize = 638
CachedSizeOverrides = {"windows/x64/custom/reverse_https" => 659}
CachedSize = 616
CachedSizeOverrides = {"windows/x64/custom/reverse_https" => 636}
include Msf::Payload::Stager
include Msf::Payload::Windows
@@ -4,7 +4,7 @@
##
module MetasploitModule
CachedSize = 491
CachedSize = 490
include Msf::Payload::Stager
include Msf::Payload::Windows::ReverseTcp_x64
@@ -4,8 +4,8 @@
##
module MetasploitModule
CachedSize = 751
CachedSizeOverrides = {"windows/x64/custom/reverse_winhttp" => 771}
CachedSize = 718
CachedSizeOverrides = {"windows/x64/custom/reverse_winhttp" => 734}
include Msf::Payload::Stager
include Msf::Payload::Windows
@@ -4,8 +4,8 @@
##
module MetasploitModule
CachedSize = 787
CachedSizeOverrides = {"windows/x64/custom/reverse_winhttps" => 807}
CachedSize = 750
CachedSizeOverrides = {"windows/x64/custom/reverse_winhttps" => 766}
include Msf::Payload::Stager
include Msf::Payload::Windows