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

29
pages.zh/common/ipscan.md Normal file
View File

@@ -0,0 +1,29 @@
# ipscan
> 一个快速的网络扫描器,旨在简单易用。
> 也被称为愤怒的IP扫描器。
> 更多信息:<https://angryip.org/>。
- 扫描特定的IP地址
`ipscan {{192.168.0.1}}`
- 扫描一系列IP地址
`ipscan {{192.168.0.1-254}}`
- 扫描一系列IP地址并将结果保存到文件
`ipscan {{192.168.0.1-254}} -o {{path/to/output.txt}}`
- 扫描具有特定端口集合的IP
`ipscan {{192.168.0.1-254}} -p {{80,443,22}}`
- 在请求之间添加延迟以避免网络拥堵:
`ipscan {{192.168.0.1-254}} -d {{200}}`
- 显示帮助信息:
`ipscan --help`