add new chinese translations
This commit is contained in:
25
pages.zh/common/nxc-ssh.md
Normal file
25
pages.zh/common/nxc-ssh.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# nxc ssh
|
||||
|
||||
> 渗透测试和利用 SSH 服务器。
|
||||
> 另请参见:`hydra`。
|
||||
> 更多信息:<https://www.netexec.wiki/ssh-protocol>。
|
||||
|
||||
- 在指定目标上针对一系列 [u]sernames 使用指定的 [p]assword 进行喷洒:
|
||||
|
||||
`nxc ssh {{192.168.178.2}} -u {{path/to/usernames.txt}} -p {{password}}`
|
||||
|
||||
- 通过尝试指定的 [u]sernames 和 [p]asswords 列表中的每种组合来搜索有效凭据:
|
||||
|
||||
`nxc ssh {{192.168.178.2}} -u {{path/to/usernames.txt}} -p {{path/to/passwords.txt}}`
|
||||
|
||||
- 使用指定的私钥进行身份验证,并使用提供的 [p]assword 作为密钥的密码短语:
|
||||
|
||||
`nxc ssh {{192.186.178.2}} -u {{path/to/usernames.txt}} -p {{password}} --key-file {{path/to/id_rsa}}`
|
||||
|
||||
- 在多个目标上尝试 [u]sername 和 [p]assword 的组合:
|
||||
|
||||
`nxc ssh {{192.168.178.0/24}} -u {{username}} -p {{password}}`
|
||||
|
||||
- 在成功登录后检查 `sudo` 权限:
|
||||
|
||||
`nxc ssh {{192.168.178.2}} -u {{username}} -p {{path/to/passwords.txt}} --sudo-check`
|
Reference in New Issue
Block a user