Merge pull request #410 from jjarmoc/ZDI-12-052-ref

Added reference to vendor advisory
unstable
sinn3r 2012-05-22 13:23:35 -07:00
commit bf0f5a7e5a
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'OSVDB', '81899' ],
[ 'BID', '52718' ],
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-12-052/' ],
[ 'URL', 'http://aluigi.altervista.org/adv/lmgrd_1-adv.txt' ]
[ 'URL', 'http://aluigi.altervista.org/adv/lmgrd_1-adv.txt' ],
[ 'URL', 'http://www.flexerasoftware.com/pl/13057.htm' ] # Vendor advisory
],
'Privileged' => true,
'DefaultOptions' =>
@ -201,4 +202,4 @@ class Metasploit3 < Msf::Exploit::Remote
disconnect
end
end
end