Skip to content

Commit b624278

Browse files
author
Brent Cook
committed
Merge branch 'master' into land-4706-smb_reflector
2 parents c366e77 + 765a1bf commit b624278

File tree

328 files changed

+12087
-3706
lines changed

Some content is hidden

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

328 files changed

+12087
-3706
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ matrix:
1111
before_install:
1212
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
1313
- rake --version
14-
# Uncomment when we have fewer shipping msftidy warnings.
15-
# Merge committers will still be checking, just not autofailing.
16-
# - ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
17-
# - ls -la ./.git/hooks
18-
# - ./.git/hooks/post-merge
14+
# Fail build if msftidy is not successful
15+
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
16+
- ls -la ./.git/hooks
17+
- ./.git/hooks/post-merge
1918
before_script:
2019
- cp config/database.yml.travis config/database.yml
2120
- bundle exec rake --version
@@ -26,7 +25,6 @@ script:
2625
- git diff --exit-code && bundle exec rake $RAKE_TASKS
2726
sudo: false
2827
rvm:
29-
- '1.9.3'
3028
- '2.1'
3129

3230
notifications:

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ PATH
88
jsobfu (~> 0.2.0)
99
json
1010
metasploit-concern (~> 0.3.0)
11-
metasploit-model (~> 0.28.0)
12-
meterpreter_bins (= 0.0.13)
11+
metasploit-model (~> 0.29.0)
12+
meterpreter_bins (= 0.0.14)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -22,9 +22,9 @@ 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.16)
25+
metasploit-credential (~> 0.14.0)
2626
metasploit-framework (= 4.11.0.pre.dev)
27-
metasploit_data_models (~> 0.22.5)
27+
metasploit_data_models (~> 0.23.0)
2828
pg (>= 0.11)
2929
metasploit-framework-pcap (4.11.0.pre.dev)
3030
metasploit-framework (= 4.11.0.pre.dev)
@@ -68,7 +68,7 @@ GEM
6868
childprocess (>= 0.3.6)
6969
cucumber (>= 1.1.1)
7070
rspec-expectations (>= 2.7.0)
71-
bcrypt (3.1.9)
71+
bcrypt (3.1.10)
7272
builder (3.0.4)
7373
capybara (2.4.1)
7474
mime-types (>= 1.16)
@@ -101,7 +101,7 @@ GEM
101101
gherkin (2.11.6)
102102
json (>= 1.7.6)
103103
hike (1.2.3)
104-
i18n (0.7.0)
104+
i18n (0.6.11)
105105
journey (1.0.4)
106106
jsobfu (0.2.1)
107107
rkelly-remix (= 0.0.6)
@@ -112,31 +112,31 @@ GEM
112112
metasploit-concern (0.3.0)
113113
activesupport (~> 3.0, >= 3.0.0)
114114
railties (< 4.0.0)
115-
metasploit-credential (0.13.16)
115+
metasploit-credential (0.14.0)
116116
metasploit-concern (~> 0.3.0)
117-
metasploit-model (~> 0.28.0)
118-
metasploit_data_models (~> 0.22.5)
117+
metasploit-model (~> 0.29.0)
118+
metasploit_data_models (~> 0.23.0)
119119
pg
120120
railties (< 4.0.0)
121121
rubyntlm
122122
rubyzip (~> 1.1)
123-
metasploit-model (0.28.0)
123+
metasploit-model (0.29.0)
124124
activesupport
125125
railties (< 4.0.0)
126-
metasploit_data_models (0.22.5)
126+
metasploit_data_models (0.23.0)
127127
activerecord (>= 3.2.13, < 4.0.0)
128128
activesupport
129129
arel-helpers
130130
metasploit-concern (~> 0.3.0)
131-
metasploit-model (~> 0.28.0)
131+
metasploit-model (~> 0.29.0)
132132
pg
133133
railties (< 4.0.0)
134134
recog (~> 1.0)
135-
meterpreter_bins (0.0.13)
135+
meterpreter_bins (0.0.14)
136136
method_source (0.8.2)
137137
mime-types (1.25.1)
138-
mini_portile (0.6.2)
139-
msgpack (0.5.9)
138+
mini_portile (0.6.1)
139+
msgpack (0.5.11)
140140
multi_json (1.0.4)
141141
network_interface (0.0.1)
142142
nokogiri (1.6.5)
@@ -172,10 +172,10 @@ GEM
172172
rdoc (~> 3.4)
173173
thor (>= 0.14.6, < 2.0)
174174
rake (10.4.2)
175-
rb-readline (0.5.1)
175+
rb-readline (0.5.2)
176176
rdoc (3.12.2)
177177
json (~> 1.4)
178-
recog (1.0.7)
178+
recog (1.0.16)
179179
nokogiri
180180
redcarpet (3.1.2)
181181
rkelly-remix (0.0.6)
@@ -200,7 +200,7 @@ GEM
200200
rspec-expectations (~> 2.99.0)
201201
rspec-mocks (~> 2.99.0)
202202
rubyntlm (0.4.0)
203-
rubyzip (1.1.6)
203+
rubyzip (1.1.7)
204204
shoulda-matchers (2.6.2)
205205
simplecov (0.5.4)
206206
multi_json (~> 1.0.3)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Metasploit [![Build Status](https://travis-ci.org/rapid7/metasploit-framework.png)](https://travis-ci.org/rapid7/metasploit-framework) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rapid7/metasploit-framework)
1+
Metasploit [![Build Status](https://travis-ci.org/rapid7/metasploit-framework.png?branch=master)](https://travis-ci.org/rapid7/metasploit-framework) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/rapid7/metasploit-framework)
22
==
33
The Metasploit Framework is released under a BSD-style license. See
44
COPYING for more details.

data/android/apk/classes.dex

-1.11 KB
Binary file not shown.

data/android/apk/resources.arsc

-4 Bytes
Binary file not shown.
64 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.

data/android/libs/x86/libndkstager.so

-16 Bytes
Binary file not shown.

data/android/meterpreter.jar

1.1 KB
Binary file not shown.

data/android/metstage.jar

-64 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)