Files
tldr/pages.zh/common/ipscan.md

29 lines
603 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`