Skip to content

Commit d23edf5

Browse files
author
Brent Cook
committed
Land rapid7#8895, bump mettle, fix reverse_http/s shell command
2 parents 406cbd0 + 582b2e2 commit d23edf5

Some content is hidden

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

44 files changed

+166
-105
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PATH
1919
metasploit-model
2020
metasploit-payloads (= 1.3.1)
2121
metasploit_data_models
22-
metasploit_payloads-mettle (= 0.2.0)
22+
metasploit_payloads-mettle (= 0.2.2)
2323
msgpack
2424
nessus_rest
2525
net-ssh
@@ -162,7 +162,7 @@ GEM
162162
postgres_ext
163163
railties (~> 4.2.6)
164164
recog (~> 2.0)
165-
metasploit_payloads-mettle (0.2.0)
165+
metasploit_payloads-mettle (0.2.2)
166166
method_source (0.8.2)
167167
mini_portile2 (2.2.0)
168168
minitest (5.10.3)
@@ -253,7 +253,7 @@ GEM
253253
rex-powershell (0.1.72)
254254
rex-random_identifier
255255
rex-text
256-
rex-random_identifier (0.1.2)
256+
rex-random_identifier (0.1.3)
257257
rex-text
258258
rex-registry (0.1.3)
259259
rex-rop_builder (0.1.3)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Gem::Specification.new do |spec|
7272
# Needed for Meterpreter
7373
spec.add_runtime_dependency 'metasploit-payloads', '1.3.1'
7474
# Needed for the next-generation POSIX Meterpreter
75-
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.2.0'
75+
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.2.2'
7676
# Needed by msfgui and other rpc components
7777
spec.add_runtime_dependency 'msgpack'
7878
# get list of network interfaces, like eth* from OS.

modules/payloads/singles/cmd/unix/bind_r.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 = 516
13+
CachedSize = 132
1414

1515
include Msf::Payload::Single
1616
include Msf::Payload::R

modules/payloads/singles/cmd/unix/reverse_r.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 = 516
13+
CachedSize = 157
1414

1515
include Msf::Payload::Single
1616
include Msf::Payload::R

modules/payloads/singles/linux/aarch64/meterpreter_reverse_http.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 = 675048
13+
CachedSize = 675112
1414

1515
include Msf::Payload::Single
1616
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/linux/aarch64/meterpreter_reverse_https.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 = 675048
13+
CachedSize = 675112
1414

1515
include Msf::Payload::Single
1616
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/linux/aarch64/meterpreter_reverse_tcp.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 = 675048
13+
CachedSize = 675112
1414

1515
include Msf::Payload::Single
1616
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/linux/armbe/meterpreter_reverse_http.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 = 668360
13+
CachedSize = 668392
1414

1515
include Msf::Payload::Single
1616
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/linux/armbe/meterpreter_reverse_https.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 = 668360
13+
CachedSize = 668392
1414

1515
include Msf::Payload::Single
1616
include Msf::Sessions::MeterpreterOptions

modules/payloads/singles/linux/armbe/meterpreter_reverse_tcp.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 = 668360
13+
CachedSize = 668392
1414

1515
include Msf::Payload::Single
1616
include Msf::Sessions::MeterpreterOptions

0 commit comments

Comments
 (0)