1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 18:25:24 +02:00
tldr/pages/common/dhcpwn.md
2025-04-25 05:54:18 +03:00

12 lines
359 B
Markdown

# dhcpwn
> Test DHCP IP exhaustion attacks and sniff local DHCP traffic.
> More information: <https://github.com/mschwager/dhcpwn>.
- Flood the network with IP requests:
`dhcpwn {{[-i|--interface]}} {{network_interface}} flood {{[-c|--count]}} {{number_of_requests}}`
- Sniff local DHCP traffic:
`dhcpwn {{[-i|--interface]}} {{network_interface}} sniff`