Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilteoood/dhcp_dos

DHCP Denial Of Service tool
https://github.com/ilteoood/dhcp_dos

Last synced: 22 days ago
JSON representation

DHCP Denial Of Service tool

Awesome Lists containing this project

README

        

# dhcp_dos

dhcp_dos is the easiest way to do a DHCP Denial Of Service attack.

The DOS attacks supported are:
- [Starvation](http://hakipedia.com/index.php/DHCP_Starvation)
- [Consumption](http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-6500-series-switches/white_Paper_C11_603833.html)

## Parameter

- -i or --interface: used to specify the interface to use for the attack. You **must** use this.
- -f or --flood: execute a *DHCP starvation* attack instead of the default *DHCP consumption*

## Requirements

- The [Scapy](http://www.secdev.org/projects/scapy/) Python library
- tcpdump