Skip to content

Commit 4dbf945

Browse files
committed
update CacheSize
1 parent db2e3f2 commit 4dbf945

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

99
module MetasploitModule
1010

11-
CachedSize = 96
11+
CachedSize = 127
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Linux::ReverseTcp

modules/payloads/stagers/linux/x86/reverse_tcp.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 123
11+
CachedSize = 127
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Linux::ReverseTcp

modules/payloads/stagers/linux/x86/reverse_tcp_uuid.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 166
11+
CachedSize = 127
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Linux::ReverseTcp

0 commit comments

Comments
 (0)