Skip to content

Commit d56111a

Browse files
committed
update cache sizes from new tests
1 parent b80445e commit d56111a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/payloads/singles/cmd/unix/bind_socat_udp.rb

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

1010
module MetasploitModule
1111

12-
CachedSize = 35
12+
CachedSize = 70
1313

1414
include Msf::Payload::Single
1515
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/cmd/unix/reverse_socat_udp.rb

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

1010
module MetasploitModule
1111

12-
CachedSize = 35
12+
CachedSize = 87
1313

1414
include Msf::Payload::Single
1515
include Msf::Sessions::CommandShellOptions

modules/payloads/stagers/windows/reverse_udp.rb

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

1010
module MetasploitModule
1111

12-
CachedSize = 314
12+
CachedSize = 299
1313

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

0 commit comments

Comments
 (0)