mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Improve the nsedoc for duplicates script slightly. The attempt to make a list wasn't rendered as one by nsedoc, so I just switched it to a comma-separated list for now
This commit is contained in:
parent
b838110933
commit
5efa8bccee
1 changed files with 2 additions and 6 deletions
|
|
@ -1,11 +1,7 @@
|
|||
description = [[
|
||||
The duplicates script attempts to discover multihomed systems by analysing and
|
||||
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 Address
|
||||
- Netbios Server Name
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue