mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Cleaning up the descriptions for 28 scripts for consistency
This commit is contained in:
parent
6ea3969357
commit
60baeb09b0
28 changed files with 57 additions and 55 deletions
|
|
@ -6,9 +6,10 @@ local string = require "string"
|
|||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
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.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue