Merge pull request #41 from swtornio/master

add osvdb ref
unstable
HD Moore 2011-12-04 09:21:03 -08:00
commit bcc76e31d4
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class Metasploit3 < Msf::Auxiliary
], ],
'References' => 'References' =>
[ [
['OSVDB', '77455'],
['URL', 'http://www.exploit-db.com/exploits/18189/'], ['URL', 'http://www.exploit-db.com/exploits/18189/'],
['URL', 'http://secpod.org/advisories/SecPod_Ipswitch_TFTP_Server_Dir_Trav.txt'] ['URL', 'http://secpod.org/advisories/SecPod_Ipswitch_TFTP_Server_Dir_Trav.txt']
], ],
@ -88,4 +89,4 @@ end
=begin =begin
Remote code execution might be unlikely with this directory traversal bug, because WRITE Remote code execution might be unlikely with this directory traversal bug, because WRITE
requests are forbidden by default, and cannot be changed. requests are forbidden by default, and cannot be changed.
=end =end