1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Fix a typo in dhcp-discover.nse.

This commit is contained in:
david
2009-09-10 14:18:02 +00:00
parent e7d0212d68
commit 0a479a45fa

View File

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