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
|
Source: wifite
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Daniel Echeverry <epsilon@debian.org>
Build-Depends: python3,
python3-setuptools,
debhelper-compat (= 13),
dh-python,
tshark <!nocheck>,
aircrack-ng <!nocheck>,
cowpatty <!nocheck>,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/kimocoder/wifite2
Vcs-Git: https://salsa.debian.org/pkg-security-team/wifite.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/wifite
Package: wifite
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, aircrack-ng, reaver, tshark, net-tools, ieee-data
Suggests: macchanger, bully, hashcat, hcxdumptool, hcxpcaptool
Description: Python script to automate wireless auditing using aircrack-ng tools
Wifite is a tool to audit WEP or WPA encrypted wireless networks.
It uses aircrack-ng, pyrit, reaver, tshark tools to perform the audit.
.
This tool is customizable to be automated with only a few arguments
and can be trusted to run without supervision.
|