File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
modules/auxiliary/admin/kerberos Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,21 @@ def initialize(info = {})
18
18
} ,
19
19
'Author' =>
20
20
[
21
- 'juan vazquez'
21
+ 'Tom Maddock' , # Vulnerability discovery
22
+ 'Sylvain Monne' , # pykek framework and exploit
23
+ 'juan vazquez' # Metasploit module
22
24
] ,
23
25
'References' =>
24
26
[
25
27
[ 'CVE' , '2014-6324' ] ,
26
28
[ 'MSB' , 'MS14-068' ] ,
27
- [ 'URL' , 'http://blogs.technet.com/b/srd/archive/2014/11/18/additional-information-about-cve-2014-6324.aspx' ]
29
+ [ 'OSVDB' , '114751' ] ,
30
+ [ 'URL' , 'http://blogs.technet.com/b/srd/archive/2014/11/18/additional-information-about-cve-2014-6324.aspx' ] ,
31
+ [ 'URL' , 'https://labs.mwrinfosecurity.com/blog/2014/12/16/digging-into-ms14-068-exploitation-and-defence/' ] ,
32
+ [ 'URL' , 'https://github.com/bidord/pykek' ]
28
33
] ,
29
34
'License' => MSF_LICENSE ,
30
- 'DisclosureDate' => 'Dec 25 2014'
35
+ 'DisclosureDate' => 'Nov 18 2014'
31
36
) )
32
37
end
33
38
You can’t perform that action at this time.
0 commit comments