Skip to content

Commit 0e893cd

Browse files
committed
Merge remote-tracking branch 'live/master' into feature/memcached-module
2 parents 4d2ad88 + 204f0f8 commit 0e893cd

File tree

100 files changed

+3928
-3567
lines changed

Some content is hidden

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

100 files changed

+3928
-3567
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (~> 0.3.0)
1111
metasploit-model (~> 0.28.0)
12-
meterpreter_bins (= 0.0.12)
12+
meterpreter_bins (= 0.0.13)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -22,7 +22,7 @@ PATH
2222
tzinfo
2323
metasploit-framework-db (4.11.0.pre.dev)
2424
activerecord (>= 3.2.21, < 4.0.0)
25-
metasploit-credential (~> 0.13.8)
25+
metasploit-credential (~> 0.13.11)
2626
metasploit-framework (= 4.11.0.pre.dev)
2727
metasploit_data_models (~> 0.21.3)
2828
pg (>= 0.11)
@@ -101,7 +101,7 @@ GEM
101101
gherkin (2.11.6)
102102
json (>= 1.7.6)
103103
hike (1.2.3)
104-
i18n (0.6.11)
104+
i18n (0.7.0)
105105
journey (1.0.4)
106106
jsobfu (0.2.1)
107107
rkelly-remix (= 0.0.6)
@@ -112,7 +112,7 @@ GEM
112112
metasploit-concern (0.3.0)
113113
activesupport (~> 3.0, >= 3.0.0)
114114
railties (< 4.0.0)
115-
metasploit-credential (0.13.8)
115+
metasploit-credential (0.13.11)
116116
metasploit-concern (~> 0.3.0)
117117
metasploit-model (~> 0.28.0)
118118
metasploit_data_models (~> 0.21.0)
@@ -132,18 +132,18 @@ GEM
132132
pg
133133
railties (< 4.0.0)
134134
recog (~> 1.0)
135-
meterpreter_bins (0.0.12)
135+
meterpreter_bins (0.0.13)
136136
method_source (0.8.2)
137137
mime-types (1.25.1)
138-
mini_portile (0.6.1)
138+
mini_portile (0.6.2)
139139
msgpack (0.5.9)
140140
multi_json (1.0.4)
141141
network_interface (0.0.1)
142142
nokogiri (1.6.5)
143143
mini_portile (~> 0.6.0)
144144
packetfu (1.1.9)
145145
pcaprub (0.11.3)
146-
pg (0.17.1)
146+
pg (0.18.1)
147147
polyglot (0.3.5)
148148
pry (0.10.0)
149149
coderay (~> 1.1.0)
@@ -175,7 +175,7 @@ GEM
175175
rb-readline (0.5.1)
176176
rdoc (3.12.2)
177177
json (~> 1.4)
178-
recog (1.0.6)
178+
recog (1.0.7)
179179
nokogiri
180180
redcarpet (3.1.2)
181181
rkelly-remix (0.0.6)

config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module Framework
3434
class Application < Rails::Application
3535
include Metasploit::Framework::CommonEngine
3636

37+
config.paths['log'] = "#{Msf::Config.log_directory}/#{Rails.env}.log"
3738
config.paths['config/database'] = [Metasploit::Framework::Database.configurations_pathname.try(:to_path)]
3839
end
3940
end

0 commit comments

Comments
 (0)