Skip to content

Commit 146f419

Browse files
committed
Fix up payload sizes
1 parent 2949bf0 commit 146f419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

1111
module Metasploit4
1212

13-
CachedSize = 71
13+
CachedSize = 193
1414

1515
include Msf::Payload::Stager
1616
include Msf::Payload::Linux::ReverseTcp

modules/payloads/stagers/windows/reverse_winhttp.rb

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

1212
module Metasploit3
1313

14-
CachedSize = 327
14+
CachedSize = 329
1515

1616
include Msf::Payload::Stager
1717
include Msf::Payload::Windows

modules/payloads/stagers/windows/reverse_winhttps.rb

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

1212
module Metasploit3
1313

14-
CachedSize = 347
14+
CachedSize = 349
1515

1616
include Msf::Payload::Stager
1717
include Msf::Payload::Windows

0 commit comments

Comments
 (0)