From e37341985524cecd8ca4f4fec89cc099d6036506 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 9 Feb 2017 22:59:52 +0000 Subject: [PATCH] Add a few NSE cross-references --- scripts/broadcast-dhcp-discover.nse | 3 +++ scripts/broadcast-dhcp6-discover.nse | 3 +++ scripts/dhcp-discover.nse | 3 +++ 3 files changed, 9 insertions(+) diff --git a/scripts/broadcast-dhcp-discover.nse b/scripts/broadcast-dhcp-discover.nse index 864b5c4ab..c1b441740 100644 --- a/scripts/broadcast-dhcp-discover.nse +++ b/scripts/broadcast-dhcp-discover.nse @@ -23,6 +23,9 @@ The script needs to be run as a privileged user, typically root. ]] --- +-- @see broadcast-dhcp6-discover.nse +-- @see dhcp-discover.nse +-- -- @usage -- sudo nmap --script broadcast-dhcp-discover -- diff --git a/scripts/broadcast-dhcp6-discover.nse b/scripts/broadcast-dhcp6-discover.nse index f63eb4194..71b381f43 100644 --- a/scripts/broadcast-dhcp6-discover.nse +++ b/scripts/broadcast-dhcp6-discover.nse @@ -14,6 +14,9 @@ to a privileged port (udp/546). ]] --- +-- @see broadcast-dhcp-discover.nse +-- @see dhcp-discover.nse +-- -- @usage -- nmap -6 --script broadcast-dhcp6-discover -- diff --git a/scripts/dhcp-discover.nse b/scripts/dhcp-discover.nse index 489d14ea0..1ecb068cd 100644 --- a/scripts/dhcp-discover.nse +++ b/scripts/dhcp-discover.nse @@ -30,6 +30,9 @@ Some of the more useful fields: ]] --- +-- @see broadcast-dhcp6-discover.nse +-- @see broadcast-dhcp-discover.nse +-- -- @args dhcptype The type of DHCP request to make. By default, DHCPINFORM is sent, but this -- argument can change it to DHCPOFFER, DHCPREQUEST, DHCPDECLINE, DHCPACK, DHCPNAK, -- DHCPRELEASE or DHCPINFORM. Not all types will evoke a response from all servers,