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:
@@ -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>
|
-- @usage nmap --script whois-domain.nse <target>
|
||||||
--
|
--
|
||||||
-- This script starts by querying the whois.iana.org (which is the root of the
|
-- This script starts by querying the whois.iana.org (which is the root of the
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ the RIRs.
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
-- @see whois-domain.nse
|
||||||
-- @args whodb Takes any of the following values, which may be combined:
|
-- @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=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.
|
-- * <code>whodb=nofollow</code> Ignore referrals and instead display the first record obtained.
|
||||||
|
|||||||
Reference in New Issue
Block a user