Skip to content

Commit

Permalink
typos in mod docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wwebb-r7 committed Jul 6, 2016
1 parent 899ea55 commit d923a5d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
## Intro

This module exploits a null pointer dereference vulnerability present in the mrxdav.sys kernel driver on Windows 7 x86. The vulnerability is described by MS16-016 and CVE-2016-0051. The module allows the users to spawn a new payload, such as meterpreter, on the target system with elevated privileges (NT AUTHORITY\SYSTEM)
This module exploits a null pointer dereference vulnerability present in the mrxdav.sys kernel driver on Windows 7 x86. The vulnerability is described by MS16-016 and CVE-2016-0051. The module allows the user to spawn a new payload, such as meterpreter, on the target system with elevated privileges (NT AUTHORITY\SYSTEM)

## Usage

Expand Down Expand Up @@ -34,4 +34,4 @@ msf exploit(ms16_016_webdav) > run
meterpreter > getuid
Server username: NT AUTHORITY\SYSTEM
```
```

0 comments on commit d923a5d

Please sign in to comment.