HOME>>>>>>>>>

File reverse-index

脚本使用类型:
脚本所属分类: safe
脚本下载地址: http://nmap.org/svn/scripts/reverse-index.nse

User Summary

Creates a reverse index at the end of scan output showing which hosts run a particular service. This is in addition to Nmap's normal output listing the services on each host.

Script Arguments

reverse-index.mode

the output display mode, can be either horizontal or vertical (default: horizontal)

Example Usage

执行格式

nmap --script reverse-index <hosts/networks>

Script Output

Post-scan script results:
| reverse-index: 
|   22/tcp: 192.168.0.60
|   23/tcp: 192.168.0.100
|   80/tcp: 192.168.0.70
|   445/tcp: 192.168.0.1
|   53/udp: 192.168.0.105, 192.168.0.70, 192.168.0.60, 192.168.0.1
|_  5353/udp: 192.168.0.105, 192.168.0.70, 192.168.0.60, 192.168.0.1

Requires


Author: Patrik Karlsson

License: VER007 整理 http://www.ver007.com