Merge pull request #5 from jvazquez-r7/work_osx

Add references
bug/bundler_fix
jvennix-r7 2013-08-24 10:14:46 -07:00
commit 90d2dab69b
1 changed files with 4 additions and 2 deletions

View File

@ -50,8 +50,10 @@ class Metasploit3 < Msf::Exploit::Local
],
'References' =>
[
['CVE', '2013-1775'],
['OSVDB', '90677']
[ 'CVE', '2013-1775' ],
[ 'OSVDB', '90677' ],
[ 'BID', '58203' ],
[ 'URL', 'http://www.sudo.ws/sudo/alerts/epoch_ticket.html' ]
],
'Platform' => 'osx',
'Arch' => [ ARCH_X86, ARCH_X86_64, ARCH_CMD ],