Pārlūkot izejas kodu

dhcpwn: add page

Hayden Schiff 9 gadi atpakaļ
vecāks
revīzija
02532061eb
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. 11 0
      pages/common/dhcpwn.md

+ 11 - 0
pages/common/dhcpwn.md

@@ -0,0 +1,11 @@
+# dhcpwn
+
+> Test DHCP IP exhaustion attacks and sniff local DHCP traffic.
+
+- Flood the network with IP requests:
+
+`dhcpwn --interface {{network_interface}} flood --count {{number_of_requests}}`
+
+- Sniff local DHCP traffic:
+
+`dhcpwn --interface {{network_interface}} sniff`