diff --git a/scripts/whois-domain.nse b/scripts/whois-domain.nse index 5f0e6cacc..840492968 100644 --- a/scripts/whois-domain.nse +++ b/scripts/whois-domain.nse @@ -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 -- -- This script starts by querying the whois.iana.org (which is the root of the diff --git a/scripts/whois-ip.nse b/scripts/whois-ip.nse index b89438453..0fd1df588 100644 --- a/scripts/whois-ip.nse +++ b/scripts/whois-ip.nse @@ -42,6 +42,7 @@ the RIRs. ]] --- +-- @see whois-domain.nse -- @args whodb Takes any of the following values, which may be combined: -- * whodb=nofile Prevent the use of IANA assignments data and instead query the default services. -- * whodb=nofollow Ignore referrals and instead display the first record obtained.