Skip to content

Commit 0e94530

Browse files
Yorick KosterYorick Koster
authored andcommitted
Merge remote-tracking branch 'rapid7/master'
2 parents 5d5d954 + 43550b8 commit 0e94530

File tree

66 files changed

+2629
-106
lines changed

Some content is hidden

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

66 files changed

+2629
-106
lines changed

Gemfile.lock

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.23)
4+
metasploit-framework (4.13.26)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -14,7 +14,7 @@ PATH
1414
metasploit-concern
1515
metasploit-credential
1616
metasploit-model
17-
metasploit-payloads (= 1.2.11)
17+
metasploit-payloads (= 1.2.14)
1818
metasploit_data_models
1919
metasploit_payloads-mettle (= 0.1.7)
2020
msgpack
@@ -63,29 +63,28 @@ PATH
6363
GEM
6464
remote: https://rubygems.org/
6565
specs:
66-
actionpack (4.2.7.1)
67-
actionview (= 4.2.7.1)
68-
activesupport (= 4.2.7.1)
66+
actionpack (4.2.8)
67+
actionview (= 4.2.8)
68+
activesupport (= 4.2.8)
6969
rack (~> 1.6)
7070
rack-test (~> 0.6.2)
7171
rails-dom-testing (~> 1.0, >= 1.0.5)
7272
rails-html-sanitizer (~> 1.0, >= 1.0.2)
73-
actionview (4.2.7.1)
74-
activesupport (= 4.2.7.1)
73+
actionview (4.2.8)
74+
activesupport (= 4.2.8)
7575
builder (~> 3.1)
7676
erubis (~> 2.7.0)
7777
rails-dom-testing (~> 1.0, >= 1.0.5)
78-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
79-
activemodel (4.2.7.1)
80-
activesupport (= 4.2.7.1)
78+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
79+
activemodel (4.2.8)
80+
activesupport (= 4.2.8)
8181
builder (~> 3.1)
82-
activerecord (4.2.7.1)
83-
activemodel (= 4.2.7.1)
84-
activesupport (= 4.2.7.1)
82+
activerecord (4.2.8)
83+
activemodel (= 4.2.8)
84+
activesupport (= 4.2.8)
8585
arel (~> 6.0)
86-
activesupport (4.2.7.1)
86+
activesupport (4.2.8)
8787
i18n (~> 0.7)
88-
json (~> 1.7, >= 1.7.7)
8988
minitest (~> 5.1)
9089
thread_safe (~> 0.3, >= 0.3.4)
9190
tzinfo (~> 1.1)
@@ -104,7 +103,7 @@ GEM
104103
bcrypt (3.1.11)
105104
bit-struct (0.15.0)
106105
builder (3.2.3)
107-
capybara (2.12.0)
106+
capybara (2.12.1)
108107
addressable
109108
mime-types (>= 1.16)
110109
nokogiri (>= 1.3.3)
@@ -149,7 +148,7 @@ GEM
149148
i18n (0.8.0)
150149
jsobfu (0.4.2)
151150
rkelly-remix
152-
json (1.8.6)
151+
json (2.0.3)
153152
loofah (2.0.3)
154153
nokogiri (>= 1.5.9)
155154
metasm (1.0.2)
@@ -169,7 +168,7 @@ GEM
169168
activemodel (~> 4.2.6)
170169
activesupport (~> 4.2.6)
171170
railties (~> 4.2.6)
172-
metasploit-payloads (1.2.11)
171+
metasploit-payloads (1.2.14)
173172
metasploit_data_models (2.0.14)
174173
activerecord (~> 4.2.6)
175174
activesupport (~> 4.2.6)
@@ -192,7 +191,7 @@ GEM
192191
multi_test (0.1.2)
193192
multipart-post (2.0.0)
194193
nessus_rest (0.1.6)
195-
net-ssh (4.0.1)
194+
net-ssh (4.1.0)
196195
network_interface (0.0.1)
197196
nokogiri (1.7.0.1)
198197
mini_portile2 (~> 2.1.0)
@@ -226,9 +225,9 @@ GEM
226225
rails-deprecated_sanitizer (>= 1.0.1)
227226
rails-html-sanitizer (1.0.3)
228227
loofah (~> 2.0)
229-
railties (4.2.7.1)
230-
actionpack (= 4.2.7.1)
231-
activesupport (= 4.2.7.1)
228+
railties (4.2.8)
229+
actionpack (= 4.2.8)
230+
activesupport (= 4.2.8)
232231
rake (>= 0.8.7)
233232
thor (>= 0.18.1, < 2.0)
234233
rake (12.0.0)
@@ -249,7 +248,7 @@ GEM
249248
metasm
250249
rex-arch
251250
rex-text
252-
rex-exploitation (0.1.10)
251+
rex-exploitation (0.1.11)
253252
jsobfu
254253
metasm
255254
rex-arch
5 KB
Binary file not shown.
5 KB
Binary file not shown.
5 KB
Binary file not shown.
5 KB
Binary file not shown.
5 KB
Binary file not shown.
5 KB
Binary file not shown.
5 KB
Binary file not shown.
5 KB
Binary file not shown.

data/exploits/office_word_macro/word/vbaData.xml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<wne:vbaSuppData xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 wp14"><wne:mcds><wne:mcd wne:macroName="PROJECT.NEWMACROS.AUTOOPEN" wne:name="Project.NewMacros.AutoOpen" wne:bEncrypt="00" wne:cmg="56"/></wne:mcds></wne:vbaSuppData>
2+
<wne:vbaSuppData xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex" xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex" xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex" xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex" xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex" xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 w16se wp14"><wne:mcds><wne:mcd wne:macroName="PROJECT.NEWMACROS.AUTOOPEN" wne:name="Project.NewMacros.AutoOpen" wne:bEncrypt="00" wne:cmg="56"/></wne:mcds></wne:vbaSuppData>

0 commit comments

Comments
 (0)