Skip to content

Commit b0f1b2a

Browse files
committed
Merge branch 'master' into feature/MSP-11130/metasploit-framework-spec-constants
MSP-11130 Conflicts: Rakefile
2 parents cc4e553 + b45cbfd commit b0f1b2a

File tree

93 files changed

+7129
-9551
lines changed

Some content is hidden

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

93 files changed

+7129
-9551
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3-p547
1+
1.9.3-p550

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
env:
22
- RAKE_TASK=cucumber
33
- RAKE_TASK=cucumber:boot
4-
- RAKE_TASK=spec
4+
- RAKE_TASK=spec SPEC_OPTS="--tag content"
5+
- RAKE_TASK=spec SPEC_OPTS="--tag ~content"
56

67
language: ruby
78
before_install:
@@ -22,8 +23,9 @@ before_script:
2223
script: "bundle exec rake $RAKE_TASK"
2324

2425
rvm:
25-
#- '1.8.7'
2626
- '1.9.3'
27+
- '2.0'
28+
- '2.1'
2729

2830
notifications:
2931
irc: "irc.freenode.org#msfnotify"

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2006-2013, Rapid7, Inc.
1+
Copyright (C) 2006-2014, Rapid7, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ source 'https://rubygems.org'
33
# spec.add_runtime_dependency '<name>', [<version requirements>]
44
gemspec
55

6+
gem 'rb-readline', require: false
7+
68
group :db do
79
# Needed for Msf::DbManager
810
gem 'activerecord', '>= 3.0.0', '< 4.0.0'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PATH
1414
nokogiri
1515
packetfu (= 1.1.9)
1616
railties
17+
rb-readline
1718
recog (~> 1.0)
1819
robots
1920
rubyzip (~> 1.1)
@@ -57,7 +58,7 @@ GEM
5758
childprocess (>= 0.3.6)
5859
cucumber (>= 1.1.1)
5960
rspec-expectations (>= 2.7.0)
60-
bcrypt (3.1.7)
61+
bcrypt (3.1.9)
6162
builder (3.0.4)
6263
capybara (2.4.1)
6364
mime-types (>= 1.16)
@@ -161,6 +162,7 @@ GEM
161162
rdoc (~> 3.4)
162163
thor (>= 0.14.6, < 2.0)
163164
rake (10.3.2)
165+
rb-readline (0.5.1)
164166
rdoc (3.12.2)
165167
json (~> 1.4)
166168
recog (1.0.0)
@@ -230,6 +232,7 @@ DEPENDENCIES
230232
pg (>= 0.11)
231233
pry
232234
rake (>= 10.0.0)
235+
rb-readline
233236
redcarpet
234237
rspec (>= 2.12, < 3.0.0)
235238
rspec-rails (>= 2.12, < 3.0.0)

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env rake
22
require File.expand_path('../config/application', __FILE__)
33
require 'metasploit/framework/require'
4+
require 'metasploit/framework/spec/untested_payloads'
45

56
# @note must be before `Metasploit::Framework::Application.load_tasks`
67
#
@@ -10,3 +11,4 @@ Metasploit::Framework::Require.optionally_active_record_railtie
1011

1112
Metasploit::Framework::Application.load_tasks
1213
Metasploit::Framework::Spec::Constants.define_task
14+
Metasploit::Framework::Spec::UntestedPayloads.define_task
Binary file not shown.
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)