File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
modules/auxiliary/admin/http Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,18 @@ def initialize(info = {})
23
23
} ,
24
24
'Author' =>
25
25
[
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
28
29
] ,
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
+ ]
30
38
) )
31
39
32
40
register_options (
You can’t perform that action at this time.
0 commit comments