← 返回命令列表

Linux command

amap 命令

文本

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

常用示例

Identify

amap -b [192.168.1.1] [80]

Example

amap [192.168.1.1] [1-1000]

Example

amap -B [192.168.1.1] [80]

Example

amap -u [192.168.1.1] [53]

Example

amap -q [192.168.1.1] [80]

说明

amap (Application Mapper) is a next-generation scanning tool that identifies applications and services running on network ports by sending trigger packets and analyzing responses. Unlike simple port scanners, it can identify services running on non-standard ports. The tool compares responses against a signature database to fingerprint applications, making it useful for security assessments and network auditing.

参数

-b
Banner grabbing mode (just grab banners)
-B
Banner and identification mode
-u
UDP mode (default is TCP)
-q
Quiet mode (less output)
-v
Verbose output
-1
Stop after first match
-6
IPv6 mode
-A
Aggressive mode (more triggers)
-p _proto_
Only scan for specific protocol
-i _file_
Read targets from file
-o _file_
Write results to file

FAQ

What is the amap command used for?

amap (Application Mapper) is a next-generation scanning tool that identifies applications and services running on network ports by sending trigger packets and analyzing responses. Unlike simple port scanners, it can identify services running on non-standard ports. The tool compares responses against a signature database to fingerprint applications, making it useful for security assessments and network auditing.

How do I run a basic amap example?

Run `amap -b [192.168.1.1] [80]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -b do in amap?

Banner grabbing mode (just grab banners)