Give proper credit to Craig plus additional references
Craig first found the buffer overflow. But Matt found a more reliable way to exploit the flaw.unstable
parent
39430cbdbd
commit
1b6fe22359
|
@ -28,12 +28,16 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
[
|
||||
'Matt "hostess" Andreko',
|
||||
'Craig Freyman', #Original discovery for the overflow
|
||||
'Matt "hostess" Andreko' #More reliable attack vector
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '82329' ],
|
||||
[ 'EDB', '20676' ],
|
||||
[ 'URL', 'http://www.mattandreko.com/2012/07/sysax-564-http-remote-buffer-overflow.html' ],
|
||||
[ 'EDB', '18420' ],
|
||||
[ 'URL', 'http://www.pwnag3.com/2012/01/sysax-multi-server-550-exploit.html' ],
|
||||
[ 'URL', 'http://www.mattandreko.com/2012/07/sysax-564-http-remote-buffer-overflow.html' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue