From 5efa8bccee82f5027d0b05ec87ed9c9fd5eb7b58 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 18 May 2012 02:48:13 +0000 Subject: [PATCH] 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 --- scripts/duplicates.nse | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/duplicates.nse b/scripts/duplicates.nse index a6340e7dc..e8859caef 100644 --- a/scripts/duplicates.nse +++ b/scripts/duplicates.nse @@ -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.