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

Add cross references between the 2 whois scripts

This commit is contained in:
dmiller
2020-08-08 15:19:14 +00:00
parent 03d6fc9201
commit 47cbe50afb
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ Attempts to retrieve information about the domain name of the target
]]
---
-- @see whois-ip.nse
--
-- @usage nmap --script whois-domain.nse <target>
--
-- This script starts by querying the whois.iana.org (which is the root of the

View File

@@ -42,6 +42,7 @@ the RIRs.
]]
---
-- @see whois-domain.nse
-- @args whodb Takes any of the following values, which may be combined:
-- * <code>whodb=nofile</code> Prevent the use of IANA assignments data and instead query the default services.
-- * <code>whodb=nofollow</code> Ignore referrals and instead display the first record obtained.