nxc,nxc-*: add Korean translation, nxc-vnc: fix typo (#14558)

This commit is contained in:
코드싸이
2024-11-02 22:15:36 +09:00
committed by GitHub
parent ab4aba8f8e
commit 1c6e20d2a4
12 changed files with 252 additions and 2 deletions

View File

@@ -9,8 +9,8 @@
- 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}}`
`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}}`
`nxc vnc {{192.168.178.2}} -u {{username}} -p {{password}} --screenshot --screentime {{10}}`