mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 19:24:54 +02:00
12 lines
348 B
Markdown
12 lines
348 B
Markdown
# dhcpwn
|
|
|
|
> Testa attacchi di esaurimento IP DHCP ed intercetta il traffico DHCP locale.
|
|
> Maggiori informazioni: <https://github.com/mschwager/dhcpwn>.
|
|
|
|
- Inonda la rete con richieste di IP:
|
|
|
|
`dhcpwn --interface {{interfaccia}} flood --count {{numero_di_richieste}}`
|
|
|
|
- Intercetta traffico DHCP locale:
|
|
|
|
`dhcpwn --interface {{interfaccia}} sniff`
|