Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilteoood/dhcp_dos
- Owner: ilteoood
- License: lgpl-3.0
- Created: 2016-06-12T11:46:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T12:32:50.000Z (over 8 years ago)
- Last Synced: 2024-10-18T23:08:43.301Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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