Skip to content

Commit b608abf

Browse files
committed
Update payload cache sizes for x64 windows
1 parent 9444c8c commit b608abf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

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

1010
module Metasploit4
1111

12-
CachedSize = 483
12+
CachedSize = 485
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows::BindTcp_x64

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

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

1010
module Metasploit4
1111

12-
CachedSize = 524
12+
CachedSize = 526
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows::BindTcp_x64

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

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

1010
module Metasploit4
1111

12-
CachedSize = 481
12+
CachedSize = 483
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows::BindTcp_x64

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

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

1010
module Metasploit4
1111

12-
CachedSize = 522
12+
CachedSize = 524
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows::BindTcp_x64

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

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

1010
module Metasploit4
1111

12-
CachedSize = 450
12+
CachedSize = 449
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows::ReverseTcp_x64

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

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

1010
module Metasploit4
1111

12-
CachedSize = 491
12+
CachedSize = 490
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows::ReverseTcp_x64

0 commit comments

Comments
 (0)