HOME>>>>>>>>>

File duplicates

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

User Summary

Attempts to discover multihomed systems by analysing and comparing information collected by other scripts. The information analyzed currently includes, SSL certificates, SSH host keys, MAC addresses, and Netbios server names.

In order for the script to be able to analyze the data it has dependencies to the following scripts: ssl-cert,ssh-hostkey,nbtstat.

One or more of these scripts have to be run in order to allow the duplicates script to analyze the data.

Example Usage

执行格式

sudo nmap -PN -p445,443 --script duplicates,nbstat,ssl-cert <ips>

Script Output

| duplicates: 
|   ARP
|       MAC: 01:23:45:67:89:0a
|           192.168.99.10
|           192.168.99.11
|   Netbios
|       Server Name: WIN2KSRV001
|           192.168.0.10
|_          192.168.1.10

Requires


Author: Patrik Karlsson

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