mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add cross references between the 2 whois scripts
This commit is contained in:
parent
03d6fc9201
commit
47cbe50afb
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue