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 @@
# nbtscan
> 扫描网络以获取 NetBIOS 名称信息。
> 更多信息:<https://github.com/resurrecting-open-source-projects/nbtscan>。
- 扫描网络以获取 NetBIOS 名称:
`nbtscan {{192.168.0.1/24}}`
- 扫描单个 IP 地址:
`nbtscan {{192.168.0.1}}`
- 显示详细输出:
`nbtscan -v {{192.168.0.1/24}}`
-`/etc/hosts` 格式显示输出:
`nbtscan -e {{192.168.0.1/24}}`
- 从文件中读取要扫描的 IP 地址/网络:
`nbtscan -f {{path/to/file.txt}}`