Skip to content

Commit 67dc579

Browse files
committed
update magic numbers
1 parent ae684c1 commit 67dc579

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/payloads/stagers/windows/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 = 281
11+
CachedSize = 283
1212

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

modules/payloads/stagers/windows/reverse_tcp_rc4.rb

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

1111
module MetasploitModule
1212

13-
CachedSize = 398
13+
CachedSize = 400
1414

1515
include Msf::Payload::Stager
1616
include Msf::Payload::Windows::ReverseTcpRc4

modules/payloads/stagers/windows/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 = 314
11+
CachedSize = 316
1212

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

0 commit comments

Comments
 (0)