From 15e529c64fbb3b69db54f4a59646cf0be80a2757 Mon Sep 17 00:00:00 2001 From: nnposter Date: Fri, 4 Dec 2020 01:16:08 +0000 Subject: [PATCH] Clarify default script behavior --- scripts/broadcast-dhcp-discover.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/broadcast-dhcp-discover.nse b/scripts/broadcast-dhcp-discover.nse index b22548e87..8f35e7f4e 100644 --- a/scripts/broadcast-dhcp-discover.nse +++ b/scripts/broadcast-dhcp-discover.nse @@ -12,8 +12,8 @@ local table = require "table" description = [[ 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 -doing so in order to prevent scope exhaustion. +the results. By default, the script uses a static MAC address +(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 on all available ethernet interfaces that are reported up. If no response