Skip to content

Commit 766d726

Browse files
author
Pedro Ribeiro
committed
Merge pull request #17 from rapid7/master
bla
2 parents 6516cab + 9713fe7 commit 766d726

File tree

790 files changed

+30104
-7997
lines changed

Some content is hidden

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

790 files changed

+30104
-7997
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,13 @@ external/source/exploits/**/Debug
6666
external/source/exploits/**/Release
6767

6868
# Avoid checking in Meterpreter binaries. These are supplied upstream by
69-
# the meterpreter_bins gem.
69+
# the metasploit-payloads gem.
7070
data/meterpreter/*.dll
71+
data/meterpreter/*.bin
72+
data/meterpreter/*.jar
73+
data/meterpreter/*.lso
74+
data/android
75+
data/java
7176

7277
# Avoid checking in Meterpreter libs that are built from
7378
# private source. If you're interested in this functionality,

.mailmap

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,45 @@
11
bcook-r7 <bcook-r7@github> Brent Cook <[email protected]>
22
bturner-r7 <bturner-r7@github> Brandon Turner <[email protected]>
3+
ccatalan-r7 <ccatalan-r7@github> Christian Catalan <[email protected]>
34
cdoughty-r7 <cdoughty-r7@github> Chris Doughty <[email protected]>
45
dheiland-r7 <dheiland-r7@github> Deral Heiland <[email protected]>
5-
dmaloney-r7 <dmaloney-r7@github> David Maloney <[email protected]>
66
dmaloney-r7 <dmaloney-r7@github> David Maloney <[email protected]>
7+
dmaloney-r7 <dmaloney-r7@github> David Maloney <[email protected]>
78
dmaloney-r7 <dmaloney-r7@github> dmaloney-r7 <[email protected]>
89
ecarey-r7 <ecarey-r7@github> Erran Carey <[email protected]>
910
farias-r7 <farias-r7@github> Fernando Arias <[email protected]>
1011
hmoore-r7 <hmoore-r7@github> HD Moore <[email protected]>
1112
hmoore-r7 <hmoore-r7@github> HD Moore <[email protected]>
1213
jhart-r7 <jhart-r7@github> Jon Hart <[email protected]>
13-
jlee-r7 <jlee-r7@github> egypt <[email protected]> # aka egypt
14-
jlee-r7 <jlee-r7@github> James Lee <[email protected]> # aka egypt
1514
jlee-r7 <jlee-r7@github> James Lee <[email protected]>
15+
jlee-r7 <jlee-r7@github> James Lee <[email protected]> # aka egypt
16+
jlee-r7 <jlee-r7@github> egypt <[email protected]> # aka egypt
1617
jvazquez-r7 <jvazquez-r7@github> jvazquez-r7 <[email protected]>
1718
jvazquez-r7 <jvazquez-r7@github> jvazquez-r7 <[email protected]>
1819
kgray-r7 <kgray-r7@github> Kyle Gray <[email protected]>
1920
limhoff-r7 <limhoff-r7@github> Luke Imhoff <[email protected]>
20-
lsanchez-r7 <lsanchez-r7@github> darkbushido <[email protected]>
2121
lsanchez-r7 <lsanchez-r7@github> Lance Sanchez <[email protected]>
2222
lsanchez-r7 <lsanchez-r7@github> Lance Sanchez <[email protected]>
23-
lsanchez-r7 <lsanchez-r7@github> Lance Sanchez <[email protected]>
2423
lsanchez-r7 <lsanchez-r7@github> Lance Sanchez <[email protected]>
24+
lsanchez-r7 <lsanchez-r7@github> Lance Sanchez <[email protected]>
25+
lsanchez-r7 <lsanchez-r7@github> darkbushido <[email protected]>
2526
mbuck-r7 <mbuck-r7@github> Matt Buck <[email protected]>
2627
mbuck-r7 <mbuck-r7@github> Matt Buck <[email protected]>
2728
mschloesser-r7 <mschloesser-r7@github> Mark Schloesser <[email protected]>
2829
mschloesser-r7 <mschloesser-r7@github> mschloesser-r7 <[email protected]>
2930
parzamendi-r7 <parzamendi-r7@github> parzamendi-r7 <[email protected]>
31+
pdeardorff-r7 <pdeardorff-r7@github> Paul Deardorff <[email protected]>
32+
pdeardorff-r7 <pdeardorff-r7@github> pdeardorff-r7 <[email protected]>
33+
sgonzalez-r7 <sgonzalez-r7@github> Sonny Gonzalez <[email protected]>
3034
shuckins-r7 <shuckins-r7@github> Samuel Huckins <[email protected]>
3135
todb-r7 <todb-r7@github> Tod Beardsley <[email protected]>
3236
todb-r7 <todb-r7@github> Tod Beardsley <[email protected]>
3337
todb-r7 <todb-r7@github> Tod Beardsley <[email protected]>
34-
trosen-r7 <trosen-r7@github> Trevor Rosen <[email protected]>
3538
trosen-r7 <trosen-r7@github> Trevor Rosen <[email protected]>
39+
trosen-r7 <trosen-r7@github> Trevor Rosen <[email protected]>
40+
wchen-r7 <wchen-r7@github> Wei Chen <[email protected]>
3641
wchen-r7 <wchen-r7@github> sinn3r <[email protected]> # aka sinn3r
3742
wchen-r7 <wchen-r7@github> sinn3r <[email protected]>
38-
wchen-r7 <wchen-r7@github> Wei Chen <[email protected]>
3943
wvu-r7 <wvu-r7@github> William Vu <[email protected]>
4044
wvu-r7 <wvu-r7@github> William Vu <[email protected]>
4145
wvu-r7 <wvu-r7@github> William Vu <[email protected]>

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.5
1+
2.1.6

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ before_script:
2222
- bundle exec rake db:migrate
2323
script:
2424
# fail build if db/schema.rb update is not committed
25-
- git diff --exit-code && bundle exec rake $RAKE_TASKS
25+
- git diff --exit-code db/schema.rb && bundle exec rake $RAKE_TASKS
2626
sudo: false
2727
rvm:
28-
- '2.1'
28+
- '2.1.6'
2929

3030
notifications:
3131
irc: "irc.freenode.org#msfnotify"
@@ -38,3 +38,6 @@ branches:
3838
except:
3939
- gh-pages
4040
- metakitty
41+
42+
addons:
43+
postgresql: '9.3'

Gemfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :coverage do
88
# code coverage for tests
99
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.
1010
# see: https://github.com/colszowka/simplecov/issues/127 (hopefully fixed in 0.8.0)
11-
gem 'simplecov', '0.5.4', :require => false
11+
gem 'simplecov'
1212
end
1313

1414
group :db do
@@ -25,12 +25,8 @@ group :development do
2525
end
2626

2727
group :development, :test do
28-
# supplies factories for producing model instance for specs
29-
# Version 4.1.0 or newer is needed to support generate calls without the
30-
# 'FactoryGirl.' in factory definitions syntax.
31-
gem 'factory_girl', '>= 4.1.0'
3228
# automatically include factories from spec/factories
33-
gem 'factory_girl_rails'
29+
gem 'factory_girl_rails', '~> 4.5.0'
3430
# Make rspec output shorter and more useful
3531
gem 'fivemat', '1.2.1'
3632
# running documentation generation tasks and rspec tasks

0 commit comments

Comments
 (0)