Skip to content

Commit 70ef1b8

Browse files
author
Brent Cook
committed
Merge branch 'master' into land-5366-android
2 parents 7a9e875 + 74ea85f commit 70ef1b8

File tree

221 files changed

+8086
-2405
lines changed

Some content is hidden

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

221 files changed

+8086
-2405
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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:
2828
- '2.1.6'

Gemfile.lock

Lines changed: 6 additions & 6 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.7)
12+
metasploit-payloads (= 1.0.1)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -123,8 +123,8 @@ 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.7)
127-
metasploit_data_models (1.0.1)
126+
metasploit-payloads (1.0.1)
127+
metasploit_data_models (1.1.0)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)
130130
arel-helpers
@@ -146,7 +146,7 @@ GEM
146146
mini_portile (~> 0.6.0)
147147
packetfu (1.1.9)
148148
pcaprub (0.12.0)
149-
pg (0.18.1)
149+
pg (0.18.2)
150150
pg_array_parser (0.0.9)
151151
postgres_ext (2.4.1)
152152
activerecord (>= 4.0.0)
@@ -156,7 +156,7 @@ GEM
156156
coderay (~> 1.1.0)
157157
method_source (~> 0.8.1)
158158
slop (~> 3.4)
159-
rack (1.5.2)
159+
rack (1.5.3)
160160
rack-test (0.6.3)
161161
rack (>= 1.0)
162162
rails (4.0.13)
@@ -222,7 +222,7 @@ GEM
222222
thread_safe (0.3.5)
223223
tilt (1.4.1)
224224
timecop (0.7.3)
225-
tzinfo (0.3.43)
225+
tzinfo (0.3.44)
226226
xpath (2.0.0)
227227
nokogiri (~> 1.3)
228228
yard (0.8.7.6)

data/exploits/CVE-2014-0556/msf.swf

-30 Bytes
Binary file not shown.

data/exploits/CVE-2014-0569/msf.swf

88 Bytes
Binary file not shown.

data/exploits/CVE-2014-8440/msf.swf

7 Bytes
Binary file not shown.

data/exploits/CVE-2015-0311/msf.swf

100755100644
2.69 KB
Binary file not shown.

data/exploits/CVE-2015-0313/msf.swf

86 Bytes
Binary file not shown.

data/exploits/CVE-2015-0336/msf.swf

100755100644
2.48 KB
Binary file not shown.
340 Bytes
Binary file not shown.

data/exploits/CVE-2015-0359/msf.swf

127 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)