clarify authors list
git-svn-id: file:///home/svn/framework3/trunk@11192 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e6f640bc17
commit
9156509c58
|
@ -31,15 +31,18 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'Version' => "$Revision$",
|
'Version' => "$Revision$",
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
'anT!-Tr0J4n', # Discovered the bug
|
'hadji samir <s-dz [at] hotmail.fr>', # Discovered the bug
|
||||||
'm_101', # Original and msf exploit
|
'corelanc0d3r', # First working exploit
|
||||||
'corelanc0d3r' # Original egghunter code
|
'digital1', # First working exploit
|
||||||
|
'jduck', # Alpha+Unicode encoding :-/
|
||||||
|
'm_101' # Original and msf exploit
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
#[ 'CVE', '' ],
|
#[ 'CVE', '' ],
|
||||||
[ 'OSVDB', '66912'],
|
[ 'OSVDB', '66912'],
|
||||||
[ 'EDB', '15598' ],
|
[ 'URL', 'http://www.exploit-db.com/exploits/14517' ]
|
||||||
|
[ 'URL', 'http://www.exploit-db.com/exploits/14633' ]
|
||||||
[ 'URL', 'http://www.exploit-db.com/exploits/15598' ]
|
[ 'URL', 'http://www.exploit-db.com/exploits/15598' ]
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
|
|
Loading…
Reference in New Issue