From 0a479a45fa8b69a8e6a3ca498d29f0fe60ceb1d3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Sep 2009 14:18:02 +0000 Subject: [PATCH] Fix a typo in dhcp-discover.nse. --- scripts/dhcp-discover.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dhcp-discover.nse b/scripts/dhcp-discover.nse index ab6c8e017..cbc603041 100644 --- a/scripts/dhcp-discover.nse +++ b/scripts/dhcp-discover.nse @@ -14,7 +14,7 @@ Additionally, the MAC address can be randomized, which should override the cache assign a new IP address. Extra requests can also be sent to exhaust the IP address range more quickly. See the 'args' section for more information. -DHCPINFOM is another type of DHCP request that requests the same information, but doesn't reserve +DHCPINFORM is another type of DHCP request that requests the same information, but doesn't reserve an address. Unfortunately, because many home routers simply ignore DHCPINFORM requests, we opted to use DHCPDISCOVER instead.