add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# nxc rdp
> 渗透测试和利用 RDP 服务器。
> 更多信息:<https://www.netexec.wiki/rdp-protocol>。
- 通过尝试指定的 [u] 用户名和 [p] 密码列表中的每种组合来搜索有效凭据:
`nxc rdp {{192.168.178.2}} -u {{path/to/usernames.txt}} -p {{path/to/passwords.txt}}`
- 等待指定的秒数后截图:
`nxc rdp {{192.168.178.2}} -u {{username}} -p {{password}} --screenshot --screentime {{10}}`
- 在指定的分辨率下截图:
`nxc rdp {{192.168.178.2}} -u {{username}} -p {{password}} --screenshot --res {{1024x768}}`
- 如果网络级身份验证被禁用,截图 RDP 登录提示:
`nxc rdp {{192.168.178.2}} -u {{username}} -p {{password}} --nla-screenshot`