1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Add a few NSE cross-references

This commit is contained in:
dmiller
2017-02-09 22:59:52 +00:00
parent 471e272794
commit e373419855
3 changed files with 9 additions and 0 deletions

View File

@@ -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
--

View File

@@ -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
--

View File

@@ -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,