Hayden Schiff пре 9 година
родитељ
комит
02532061eb
1 измењених фајлова са 11 додато и 0 уклоњено
  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`