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,24 @@
# enum4linux
> 从远程系统枚举Windows和Samba信息。
> 更多信息请访问:<https://labs.portcullis.co.uk/tools/enum4linux/>。
- 尝试使用所有方法进行枚举:
`enum4linux -a {{remote_host}}`
- 使用给定的登录凭据进行枚举:
`enum4linux -u {{user_name}} -p {{password}} {{remote_host}}`
- 从给定主机列出用户名:
`enum4linux -U {{remote_host}}`
- 列出共享:
`enum4linux -S {{remote_host}}`
- 获取操作系统信息:
`enum4linux -o {{remote_host}}`