1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 09:55:27 +02:00
tldr/pages/common/nxc-vnc.md

17 lines
727 B
Markdown
Raw Normal View History

2024-10-28 06:42:08 +01:00
# nxc vnc
> Pentest and exploit VNC servers.
> More information: <https://www.netexec.wiki/>.
2025-05-04 20:03:26 +03:00
- Search for valid credentials by trying out every combination in the specified lists of usernames and passwords:
2024-10-28 06:42:08 +01:00
2025-05-04 20:03:26 +03:00
`nxc vnc {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}}`
2024-10-28 06:42:08 +01:00
- Avoid rate limiting through VNC-sleep:
2025-05-04 20:03:26 +03:00
`nxc vnc {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}} --vnc-sleep {{10}}`
2024-10-28 06:42:08 +01:00
- Take a screenshot on the remote system after waiting the specified amount of time:
2025-05-04 20:03:26 +03:00
`nxc vnc {{192.168.178.2}} {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}} --screenshot --screentime {{10}}`