mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Clarify default script behavior
This commit is contained in:
@@ -12,8 +12,8 @@ local table = require "table"
|
|||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Sends a DHCP request to the broadcast address (255.255.255.255) and reports
|
Sends a DHCP request to the broadcast address (255.255.255.255) and reports
|
||||||
the results. The script uses a static MAC address (DE:AD:CO:DE:CA:FE) while
|
the results. By default, the script uses a static MAC address
|
||||||
doing so in order to prevent scope exhaustion.
|
(DE:AD:CO:DE:CA:FE) in order to prevent IP pool exhaustion.
|
||||||
|
|
||||||
The script reads the response using pcap by opening a listening pcap socket
|
The script reads the response using pcap by opening a listening pcap socket
|
||||||
on all available ethernet interfaces that are reported up. If no response
|
on all available ethernet interfaces that are reported up. If no response
|
||||||
|
|||||||
Reference in New Issue
Block a user