Skip to content

Commit 02509d0

Browse files
author
HD Moore
committed
The result of running ./tools/update_payload_cached_sizes.rb
1 parent 99e2b05 commit 02509d0

File tree

235 files changed

+483
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+483
-0
lines changed

modules/payloads/singles/aix/ppc/shell_bind_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 264
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Aix
1517
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/aix/ppc/shell_find_port.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 220
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Aix
1517
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/aix/ppc/shell_interact.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 56
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Aix
1517
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/aix/ppc/shell_reverse_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 204
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Aix
1517
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/bsd/sparc/shell_bind_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 164
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Bsd
1517
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/bsd/sparc/shell_reverse_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 128
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Bsd
1517
include Msf::Sessions::CommandShellOptions

modules/payloads/singles/bsd/x86/exec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
###
1818
module Metasploit3
1919

20+
CachedSize = 107
21+
2022
include Msf::Payload::Single
2123
include Msf::Payload::Bsd
2224

modules/payloads/singles/bsd/x86/metsvc_bind_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
module Metasploit3
1313

14+
CachedSize = 65
15+
1416
include Msf::Payload::Bsd
1517
include Msf::Payload::Single
1618
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/bsd/x86/metsvc_reverse_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
module Metasploit3
1313

14+
CachedSize = 65
15+
1416
include Msf::Payload::Bsd
1517
include Msf::Payload::Single
1618
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/bsd/x86/shell_bind_tcp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module Metasploit3
1212

13+
CachedSize = 138
14+
1315
include Msf::Payload::Single
1416
include Msf::Payload::Bsd
1517
include Msf::Sessions::CommandShellOptions

0 commit comments

Comments
 (0)