Fix documentation

Added 'post' when use module.
GSoC/Meterpreter_Web_Console
Kevin Gonzalvo 2018-09-15 14:27:21 +02:00
parent 68750ca19c
commit 5a21444d39
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This module show Apple VNC Password from Mac OS X High Sierra.
Example steps in this format (is also in the PR):
1. Start `msfconsole`
2. Do: `osx/gather/vnc_password_osx`
2. Do: `post/osx/gather/vnc_password_osx`
3. Do: set the `SESSION [ID]`
4. Do: ```run```
5. You should get the password
@ -21,7 +21,7 @@ This module show Apple VNC Password from Mac OS X High Sierra.
Typical run against an OSX session, with the vnc service activated:
```
msf5 exploit(multi/handler) > use osx/gather/vnc_password_osx
msf5 exploit(multi/handler) > use post/osx/gather/vnc_password_osx
msf5 post(osx/gather/vnc_password_osx) > set SESSION 1
SESSION => 1
msf5 post(osx/gather/vnc_password_osx) > exploit