logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DHCP Exhaustion - Initiate DHCP Attacks | Online Free DevTools by Hexmos

Initiate DHCP exhaustion attacks with DHCPig. Stress test networks and identify vulnerabilities using advanced DHCP techniques. Free online tool, no registration required.

dhcpig

Initiates an advanced DHCP exhaustion attack and stress test. DHCPig needs to be run with root privileges. More information: https://github.com/kamorin/DHCPig.

  • Exhaust all of the available DHCP addresses using the specified interface:

sudo ./pig.py {{eth0}}

  • Exhaust IPv6 addresses using eth1 interface:

sudo ./pig.py {{[-6|--ipv6]}} {{eth1}}

  • Send fuzzed/malformed data packets using the interface:

sudo ./pig.py {{[-f|--fuzz]}} {{eth1}}

  • Enable color output:

sudo ./pig.py {{[-c|--color]}} {{eth1}}

  • Enable minimal verbosity and color output:

sudo ./pig.py {{[-c|--color]}} {{[-v|--verbosity]}} 1 {{eth1}}

  • Use a debug verbosity of 100 and scan network of neighboring devices using ARP packets:

sudo ./pig.py {{[-c|--color]}} {{[-v|--verbosity]}} 100 {{[-n|--neighbors-scan-arp]}} {{eth1}}

  • Enable printing lease information, attempt to scan and release all neighbor IP addresses:

sudo ./pig.py {{[-n|--neighbors-scan-arp]}} {{[-r|--neighbors-attack-release]}} {{[-o|--show-options]}} {{eth1}}

See Also