Search Criteria
Package Details: wifite-git r729.dccebcdde-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wifite-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wifite-git |
| Description: | A tool to attack multiple WEP and WPA encrypted networks at the same time |
| Upstream URL: | https://github.com/kimocoder/wifite2 |
| Licenses: | GPL2 |
| Conflicts: | wifite2 |
| Provides: | wifite2 |
| Submitter: | WSDMatty |
| Maintainer: | WSDMatty |
| Last Packager: | WSDMatty |
| Votes: | 16 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-07-03 14:24 (UTC) |
| Last Updated: | 2023-11-23 17:16 (UTC) |
Dependencies (20)
- aircrack-ng
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- iw (iw-gitAUR)
- python
- python-chardet
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-pytest (make)
- python-setuptools (make)
- cowpatty (check)
- bully (optional) – WPS Pixie-Dust & brute-force attacks
- cowpatty (optional) – detect WPA handshakes
- hashcat (hashcat-gitAUR) (optional) – cracking PMKID hashes
- hcxdumptool (hcxdumptool-gitAUR) (optional) – capturing PMKID hashes
- hcxtools (hcxtools-gitAUR) (optional) – converting PMKID packet captures into hashcat format
- john (john-gitAUR, john-bj-gitAUR) (optional) – cracking PMKID hashes
- macchanger (macchanger-gitAUR) (optional) – change MAC for attacks
- pyritAUR (optional) – detect WPA handshakes
- reaver (reaver-wps-fork-t6x-gitAUR) (optional) – WPS Pixie-Dust & brute-force attacks
- wireshark-cli (wireshark-gitAUR, wireshark-libsmi-cliAUR, wireshark-oqs-cliAUR) (optional) – detecting WPS networks and inspecting handshake capture files
Latest Comments
« First ‹ Previous 1 2 3
semeion commented on 2018-10-02 22:27 (UTC)
Fix dependencies tree please, required is python, iwconfig, ifconfig and Aircrack-ng suite only...
Why is python2-pyshark necessary? It is making lot of issues.
At https://github.com/derv82/wifite2 that dependecy isn´t mentioned.
kIERO commented on 2018-04-12 06:17 (UTC) (edited on 2018-04-12 06:47 (UTC) by kIERO)
This line is failing, (no "py" directory anymore, the new dir is called "wifite")
replace
cp -r $pkgname/py ${pkgdir}/usr/share/wifite2/py
with
cp -r $pkgname/wifite ${pkgdir}/usr/share/wifite2/wifite
« First ‹ Previous 1 2 3