add new chinese translations
This commit is contained in:
29
pages.zh/common/ipscan.md
Normal file
29
pages.zh/common/ipscan.md
Normal 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`
|
Reference in New Issue
Block a user