File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def initialize(info={})
30
30
super ( update_info ( info ,
31
31
'Name' => 'Mac OS X Sudo Password Bypass' ,
32
32
'Description' => %q{
33
- Gains a session with root permissions on versions of OS X with
33
+ This module gains a session with root permissions on versions of OS X with
34
34
sudo binary vulnerable to CVE-2013-1775. Tested working on Mac OS 10.7-10.8.4,
35
35
and possibly lower versions.
36
36
@@ -39,8 +39,8 @@ def initialize(info={})
39
39
user has ever run the "sudo" command, it is possible to become the super
40
40
user by running `sudo -k` and then resetting the system clock to 01-01-1970.
41
41
42
- Fails silently if the user is not an admin or if the user has never
43
- ran the sudo command.
42
+ This module will fail silently if the user is not an admin or if the user has never
43
+ run the sudo command.
44
44
} ,
45
45
'License' => MSF_LICENSE ,
46
46
'Author' =>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def initialize(info = {})
18
18
'Description' => %q{
19
19
This module exploits a remote code execution vulnerability in the pickle
20
20
handling of the rendering code in the Graphite Web project between version
21
- 0.9.5 and 0.9.10(both included).
21
+ 0.9.5 and 0.9.10 (both included).
22
22
} ,
23
23
'Author' =>
24
24
[
@@ -77,4 +77,4 @@ def exploit
77
77
'data' => data
78
78
} )
79
79
end
80
- end
80
+ end
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def initialize
20
20
This module exploits a command injection vulnerability on the Oracle Endeca
21
21
Server 7.4.0. The vulnerability exists on the createDataStore method from the
22
22
controlSoapBinding web service. The vulnerable method only exists on the 7.4.0
23
- branch and isn't available on the 7.5.5.1 branch. On the other hand , the injection
23
+ branch and isn't available on the 7.5.5.1 branch. In addition , the injection
24
24
has been found to be Windows specific. This module has been tested successfully
25
25
on Endeca Server 7.4.0.787 over Windows 2008 R2 (64 bits).
26
26
} ,
You can’t perform that action at this time.
0 commit comments