diff --git a/pages.it/common/dhcpwn.md b/pages.it/common/dhcpwn.md new file mode 100644 index 000000000..04a14fe7f --- /dev/null +++ b/pages.it/common/dhcpwn.md @@ -0,0 +1,11 @@ +# dhcpwn + +> Testa attacchi di esaurimento IP DHCP ed intercetta il traffico DHCP locale. + +- Inonda la rete con richieste di IP: + +`dhcpwn --interface {{interfaccia}} flood --count {{numero_di_richieste}}` + +- Intercetta traffico DHCP locale: + +`dhcpwn --interface {{interfaccia}} sniff`