rpcap-info
脚本使用类型:
portrule
  脚本所属分类:
  discovery, safe
  
脚本下载地址: http://nmap.org/svn/scripts/rpcap-info.nse
Connects to the rpcap service (provides remote sniffing capabilities through WinPcap) and retrieves interface information. The service can either be setup to require authentication or not and also supports IP restrictions.
username:password to use for authentication
执行格式
nmap -p 2002 <ip> --script rpcap-info nmap -p 2002 <ip> --script rpcap-info --script-args="creds.rpcap='administrator:foobar'"
PORT     STATE SERVICE REASON
2002/tcp open  rpcap   syn-ack
| rpcap-info: 
|   \Device\NPF_{0D5D1364-1F1F-4892-8AC3-B838258F9BB8}
|     Intel(R) PRO/1000 MT Desktop Adapter
|     Addresses
|         fe80:0:0:0:aabb:ccdd:eeff:0011
|         192.168.1.127/24
|   \Device\NPF_{D5EAD105-B0BA-4D38-ACB4-6E95512BC228}
|     Hamachi Virtual Network Interface Driver
|     Addresses
|_        fe80:0:0:0:aabb:ccdd:eeff:0022
  Author: Patrik Karlsson
License: VER007 整理 http://www.ver007.com