Skip to content

Commit 4f13416

Browse files
authored
Merge pull request #20787 from zeroSteiner/fix/payload-cache-sizes/2025-12-17
Update nodejs cache sizes
2 parents 3b8c3d3 + 05479c0 commit 4f13416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55

66
module MetasploitModule
7-
CachedSize = 2239
7+
CachedSize = 940
88

99
include Msf::Payload::Single
1010
include Msf::Payload::NodeJS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
##
55

66
module MetasploitModule
7-
CachedSize = 3231
7+
CachedSize = 1356
88

99
include Msf::Payload::Single
1010
include Msf::Payload::NodeJS

0 commit comments

Comments
 (0)