mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
nxc-vnc: add page (#14380)
This commit is contained in:
parent
9adede99be
commit
15e885e2f0
1 changed files with 16 additions and 0 deletions
16
pages/common/nxc-vnc.md
Normal file
16
pages/common/nxc-vnc.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# nxc vnc
|
||||
|
||||
> Pentest and exploit VNC servers.
|
||||
> More information: <https://www.netexec.wiki/>.
|
||||
|
||||
- Search for valid credentials by trying out every combination in the specified lists of [u]sernames and [p]asswords:
|
||||
|
||||
`nxc vnc {{192.168.178.2}} -u {{path/to/usernames.txt}} -p {{path/to/passwords.txt}}`
|
||||
|
||||
- Avoid rate limiting through VNC-sleep:
|
||||
|
||||
`nxc vnc {{192.168.178.2}} -u {{{path/to/usernames.txt}}} -p {{path/to/passwords.txt}} --vnc-sleep {{10}}`
|
||||
|
||||
- Take a screenshot on the remote system after waiting the specified amount of time:
|
||||
|
||||
`nxc vnc {{192.168.178.2}} -u {{{username}}} -p {{password}} --screenshot --screentime {{10}}`
|
Loading…
Add table
Reference in a new issue