mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add a few NSE cross-references
This commit is contained in:
parent
471e272794
commit
e373419855
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
--
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue