Skip to content

Commit 3dd3ef5

Browse files
committed
Merge branch 'upstrea/master' into winhttp-ie-proxy
2 parents 307dcd0 + 4a6fec7 commit 3dd3ef5

File tree

76 files changed

+2398
-524
lines changed

Some content is hidden

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

76 files changed

+2398
-524
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: 2 additions & 2 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,7 +123,7 @@ 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)
126+
metasploit-payloads (1.0.1)
127127
metasploit_data_models (1.1.0)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)

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

82 Bytes
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)