From 47cbe50afb304fe844803d34ee11242fbbae92a1 Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 8 Aug 2020 15:19:14 +0000 Subject: [PATCH] Add cross references between the 2 whois scripts --- scripts/whois-domain.nse | 2 ++ scripts/whois-ip.nse | 1 + 2 files changed, 3 insertions(+) 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.