From 02532061ebdfd6bf6769c0e124cfa0b0494434ae Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 15:25:12 -0500 Subject: [PATCH] dhcpwn: add page --- pages/common/dhcpwn.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/dhcpwn.md diff --git a/pages/common/dhcpwn.md b/pages/common/dhcpwn.md new file mode 100644 index 0000000000..378a006bd4 --- /dev/null +++ b/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`