Skip to content

Commit f0237f0

Browse files
author
Tod Beardsley
committed
Correct author and references
1 parent 46d6fb3 commit f0237f0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

modules/auxiliary/admin/http/nexpose_xxe_file_read.rb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,18 @@ def initialize(info = {})
2323
},
2424
'Author' =>
2525
[
26-
'bperry', #Discovery/Metasploit Module
27-
'bojanz' #Independent discovery
26+
'Brandon Perry <bperry.volatile[at]gmail.com>', # Initial discovery and Metasploit module
27+
'Drazen Popovic <drazen.popvic[at]infigo.hr>' # Independent discovery, alternate vector
28+
'Bojan Zdrnja <bojan.zdrnja[at]infigo.hr>', # Independently reported
2829
],
29-
'License' => MSF_LICENSE
30+
'License' => MSF_LICENSE,
31+
'References' =>
32+
[
33+
[ 'URL', 'https://community.rapid7.com/community/nexpose/blog/2013/08/16/r7-vuln-2013-07-24' ],
34+
# Fill this in with the direct advisory URL from Infigo
35+
[ 'URL', 'http://www.infigo.hr/in_focus/advisories/' ]
36+
37+
]
3038
))
3139

3240
register_options(

0 commit comments

Comments
 (0)