1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Cleaning up the descriptions for 28 scripts for consistency

This commit is contained in:
fyodor
2012-06-06 20:44:18 +00:00
parent 6ea3969357
commit 60baeb09b0
28 changed files with 57 additions and 55 deletions

View File

@@ -4,7 +4,7 @@ local string = require "string"
local table = require "table"
description = [[
Finds up to 100 domain names that use the same name server as the target by querying the Robtex service at http://www.robtex.com/dns/.
Finds up to 100 domain names which use the same name server as the target by querying the Robtex service at http://www.robtex.com/dns/.
The target must be specified by DNS name, not IP address.
]];