DHCPig包装说明
DHCPig启动了先进的饿死攻击。它会消耗LAN上的所有IP地址,停止新用户获取IP地址,释放任何IP地址的使用,那么良好的措施发送免费ARP和离线击倒所有的Windows主机。它需要Scapy的> = 2.1库和管理权限来执行。没有必要的配置,只是通过接口作为参数。它已经过测试在多个Linux发行版和多个DHCP服务器(ISC时,Windows 2K3 / 2K8)。 资料来源:https://github.com/kamorin/DHCPig
- 作者:kamorin
许可:GPL第二版
0x01 包含在dhcpig包工具
pig.py - DHCP饿死脚本
:~# pig.py WARNING: No route found for IPv6 destination :: (no default route?) DHCP exhaustion attack plus. Usage: pig.py [-d -h] <interface>
0x02 pig.py用法示例
用尽所有使用eth0接口 (eth0)中的 可用的DHCP地址:
:~# pig.py eth0 WARNING: No route found for IPv6 destination :: (no default route?) Sending DHCPDISCOVER on eth0 waiting for first DHCP Server response on eth0
原文来自:https://www.hackfun.org/kali-tools/dhcpig_zh.html。转载请注明原出处,商用请联系原作者授权。