Skip to content

Commit d923a5d

Browse files
committed
typos in mod docs
1 parent 899ea55 commit d923a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/exploit/windows/local/ms16_016_webdav.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Intro
22

3-
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)
3+
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)
44

55
## Usage
66

@@ -34,4 +34,4 @@ msf exploit(ms16_016_webdav) > run
3434
3535
meterpreter > getuid
3636
Server username: NT AUTHORITY\SYSTEM
37-
```
37+
```

0 commit comments

Comments
 (0)