Skip to content

Commit 29320f5

Browse files
committed
Fix vn refs. Add juan as an @author.
1 parent 90d2dab commit 29320f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/osx/local/sudo_password_bypass.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class Metasploit3 < Msf::Exploit::Local
2828

2929
def initialize(info={})
3030
super(update_info(info,
31-
'Name' => 'Mac OS 10.8-10.8.4 Sudo Password Bypass',
31+
'Name' => 'Mac OS X Sudo Password Bypass',
3232
'Description' => %q{
3333
Gains a session with root permissions on versions of OS X with
34-
sudo binary vulnerable to CVE-2013-1775. Works on Mac OS 10.8-10.8.4,
34+
sudo binary vulnerable to CVE-2013-1775. Tested working on Mac OS 10.7-10.8.4,
3535
and possibly lower versions.
3636
3737
If your session belongs to a user with Administrative Privileges
@@ -46,7 +46,8 @@ def initialize(info={})
4646
'Author' =>
4747
[
4848
'Todd C. Miller', # Vulnerability discovery
49-
'joev <jvennix[at]rapid7.com>' # Metasploit module
49+
'joev <jvennix[at]rapid7.com>', # Metasploit module
50+
'juan vazquez' # testing/fixing module bugs
5051
],
5152
'References' =>
5253
[

0 commit comments

Comments
 (0)