Skip to content

Commit 09c9e9b

Browse files
committed
Land rapid7#8014, Update metasploit-payloads gem to 1.2.15
2 parents d9a7fac + 1e28e2b commit 09c9e9b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
6565
# are needed when there's no database
6666
spec.add_runtime_dependency 'metasploit-model'
6767
# Needed for Meterpreter
68-
spec.add_runtime_dependency 'metasploit-payloads', '1.2.14'
68+
spec.add_runtime_dependency 'metasploit-payloads', '1.2.15'
6969
# Needed for the next-generation POSIX Meterpreter
7070
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.1.7'
7171
# Needed by msfgui and other rpc components

modules/payloads/singles/python/meterpreter_bind_tcp.rb

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

1313
module MetasploitModule
1414

15-
CachedSize = 51794
15+
CachedSize = 53182
1616

1717
include Msf::Payload::Single
1818
include Msf::Payload::Python

modules/payloads/singles/python/meterpreter_reverse_http.rb

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

1313
module MetasploitModule
1414

15-
CachedSize = 51758
15+
CachedSize = 53142
1616

1717
include Msf::Payload::Single
1818
include Msf::Payload::Python

modules/payloads/singles/python/meterpreter_reverse_https.rb

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

1313
module MetasploitModule
1414

15-
CachedSize = 51758
15+
CachedSize = 53146
1616

1717
include Msf::Payload::Single
1818
include Msf::Payload::Python

modules/payloads/singles/python/meterpreter_reverse_tcp.rb

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

1313
module MetasploitModule
1414

15-
CachedSize = 51714
15+
CachedSize = 53098
1616

1717
include Msf::Payload::Single
1818
include Msf::Payload::Python

0 commit comments

Comments
 (0)