Skip to content

Commit f3c22e4

Browse files
author
Brent Cook
committed
update metasploit-payloads to 0.0.6
This includes: - support for the 'sleep' command (metasploit-framework rapid7#5339) - support for Unicode file names with Java (metasploit-javapayloads #29) - proxy support with winhttp (meterpreter rapid7#159) - support for showing domain and logged in users (meterpreter rapid7#161)
1 parent fb3a207 commit f3c22e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (~> 1.0)
1111
metasploit-model (~> 1.0)
12-
metasploit-payloads (= 0.0.5)
12+
metasploit-payloads (= 0.0.6)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -123,7 +123,7 @@ GEM
123123
activemodel (>= 4.0.9, < 4.1.0)
124124
activesupport (>= 4.0.9, < 4.1.0)
125125
railties (>= 4.0.9, < 4.1.0)
126-
metasploit-payloads (0.0.5)
126+
metasploit-payloads (0.0.6)
127127
metasploit_data_models (1.0.1)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
6464
# are needed when there's no database
6565
spec.add_runtime_dependency 'metasploit-model', '~> 1.0'
6666
# Needed for Meterpreter on Windows, soon others.
67-
spec.add_runtime_dependency 'metasploit-payloads', '0.0.5'
67+
spec.add_runtime_dependency 'metasploit-payloads', '0.0.6'
6868
# Needed by msfgui and other rpc components
6969
spec.add_runtime_dependency 'msgpack'
7070
# Needed by anemone crawler

0 commit comments

Comments
 (0)