← 返回命令列表

Linux command

ipscan 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Launch Angry IP Scanner

ipscan

Scan a single IP address

ipscan -s -f:txt -o [output.txt] [192.168.1.1]

Scan an IP range

ipscan -s -f:txt -o [output.txt] [192.168.1.1] [192.168.1.254]

Scan using a file

ipscan -s -f:csv -o [output.csv] -ff:[iplist.txt]

Scan and export in XML format

ipscan -s -f:xml -o [output.xml] [192.168.1.0/24]

Scan with specific ports and quit after completion

ipscan -s -q -f:txt -o [output.txt] -p [80,443,8080] [192.168.1.1] [192.168.1.254]

说明

ipscan (Angry IP Scanner) is a fast, cross-platform network scanner that scans IP addresses and ports. It uses multiple threads for speed and can detect live hosts, resolve hostnames, scan ports, and retrieve NetBIOS information. The tool can run as a GUI application for interactive use or in command-line mode for scripting and automation. It supports multiple output formats for integration with other tools.

参数

-s
Run in silent (command-line) mode without GUI
-f:format
Output format: txt, csv, xml, ip-port
-o _filename_
Output filename for scan results
-ff: _filename_
Read IP addresses from file
-q
Quit after scanning (with -s).
-a
Append to output file instead of overwriting.
-p _ports_
Specify ports to scan.
-d _ms_
Delay in milliseconds between each request.

FAQ

What is the ipscan command used for?

ipscan (Angry IP Scanner) is a fast, cross-platform network scanner that scans IP addresses and ports. It uses multiple threads for speed and can detect live hosts, resolve hostnames, scan ports, and retrieve NetBIOS information. The tool can run as a GUI application for interactive use or in command-line mode for scripting and automation. It supports multiple output formats for integration with other tools.

How do I run a basic ipscan example?

Run `ipscan` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s do in ipscan?

Run in silent (command-line) mode without GUI