1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:55:27 +02:00
tldr/pages/common/nxc-vnc.md
2025-05-04 20:03:26 +03:00

727 B

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 usernames and passwords:

nxc vnc {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}}

  • Avoid rate limiting through VNC-sleep:

nxc vnc {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{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]}} {{username}} {{[-p|--password]}} {{password}} --screenshot --screentime {{10}}