1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: dhcpig
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Philippe Thierry <phil@reseau-libre.net>
X-Python3-Version: >= 3.7
Rules-Requires-Root: no
Build-Depends:
dh-python,
pkg-config,
debhelper (>= 11),
python3,
python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/kamorin/DHCPig
Vcs-Git: https://salsa.debian.org/pkg-security-team/dhcpig.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/dhcpig
Package: dhcpig
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-scapy,
Description: DHCP exhaustion script using scapy network library
DHCPig initiates an advanced DHCP exhaustion attack. It will consume all IPs
on the LAN, stop new users from obtaining IPs, release any IPs in use, then
for good measure send gratuitous ARP and knock all windows hosts offline.
.
It is based on the scapy library and requests admin privileges to execute.
It has been tested on multiple Linux distributions and multiple DHCP servers
(ISC, Windows 2k3/2k8,..).
|