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: | 17 |
Popularity: | 0.000072 |
First Submitted: | 2023-07-03 14:24 (UTC) |
Last Updated: | 2023-11-23 17:16 (UTC) |
Dependencies (20)
- aircrack-ng (aircrack-ng-clang-gitAUR)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- iw (iw-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- git (git-gitAUR, git-glAUR) (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) (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-gtk2AUR, wireshark-gitAUR, wireshark-libsmi-cliAUR) (optional) – detecting WPS networks and inspecting handshake capture files
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
shaybox commented on 2020-09-06 23:27 (UTC)
Wireshark can be replaced with tshark and it's a required dependency now
shaybox commented on 2020-02-26 13:04 (UTC)
https://github.com/kimocoder/wifite2 Is the current version of wifite2, even kali ships this version with the distro.
abrius commented on 2019-07-20 20:55 (UTC) (edited on 2019-07-20 20:55 (UTC) by abrius)
Now works fine with all dependencies and works good with --kill option. Thanks.
lsf commented on 2019-03-09 20:37 (UTC)
Sorry it took me so long to look into this.
I'm still not sure why the process-errors occured, the ifs should've avoided those. I've added a somewhat experimental patch which slightly modifies some killing-logic and should avoid those and/or not make a difference... basically it ensures that it won't even try running
service
ifsystemctl
was available.Also hashcat is now an optional dependency, which probably was the cause of the other error.
lsf commented on 2019-02-07 20:02 (UTC)
@abrius
I'm not entirely sure you're actually using this package – it's not using python2 anymore and files are installed to
/usr/share/wifite2
– maybe you're using aur/wifite-git?. Still, it seems your second error might be caused by hashcat missing as an (opt)dependency, your first one seems to be caused by wifite2 just assuming the OS doesn't use systemd services (ie. it's callingservice [smth] stop
). I'll see if I can track down any such issues and patch them, also it's kind of an ugly thing in the first place.Still, I'd recommend to ensure you are actually using this package, too, so if the problems are fixed you'll actually get the fixed version.
abrius commented on 2019-02-07 06:44 (UTC) (edited on 2019-02-07 06:48 (UTC) by abrius)
And got errors when cancel two wps attacks and continue handshake attack..
[+] (1/1) Starting attacks against xx:xx:xx:xx:xx:xx (TP-LINK_xxxx) [+] TP-LINK_xxxx (13db) WPS Pixie-Dust: [4m44s] Sending M2 / Running pixiewps (Fails:1) ^C
[!] Interrupted
[+] 3 attack(s) remain [+] Do you want to continue attacking, or exit (C, e)? c [+] TP-LINK_xxxx (14db) WPS PIN Attack: [23s PINs:2] (0.00%) Sending M2 (Fails:1) ^C
[!] Interrupted
[+] 2 attack(s) remain [+] Do you want to continue attacking, or exit (C, e)? c
[!] Error: [Errno 2] No such file or directory
[!] Full stack trace below
[!] Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.kwargs) File "/usr/lib/python2.7/site-packages/wifite/attack/pmkid.py", line 185, in dumptool_thread dumptool = HcxDumpTool(self.target, self.pcapng_file) File "/usr/lib/python2.7/site-packages/wifite/tools/hashcat.py", line 121, in init self.proc = Process(command) File "/usr/lib/python2.7/site-packages/wifite/util/process.py", line 89, in init self.pid = Popen(command, stdout=sout, stderr=serr, stdin=stdin, cwd=cwd, bufsize=bufsize) File "/usr/lib/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Traceback (most recent call last): [!] File "/usr/lib/python2.7/site-packages/wifite/attack/all.py", line 86, in attack_single [!] result = attack.run() [!] File "/usr/lib/python2.7/site-packages/wifite/attack/pmkid.py", line 88, in run [!] pmkid_file = self.capture_pmkid() [!] File "/usr/lib/python2.7/site-packages/wifite/attack/pmkid.py", line 121, in capture_pmkid [!] pmkid_hash = pcaptool.get_pmkid_hash(self.pcapng_file) [!] File "/usr/lib/python2.7/site-packages/wifite/tools/hashcat.py", line 195, in get_pmkid_hash [!] hcxpcap_proc = Process(command) [!] File "/usr/lib/python2.7/site-packages/wifite/util/process.py", line 89, in init [!] self.pid = Popen(command, stdout=sout, stderr=serr, stdin=stdin, cwd=cwd, bufsize=bufsize) [!] File "/usr/lib/python2.7/subprocess.py", line 394, in init [!] errread, errwrite) [!] File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child [!] raise child_exception
[!] OSError: [Errno 2] No such file or directory [+] TP-LINK_xxxx (14db) WPA Handshake capture: Discovered new client: xx:xx:xx:xx:xx:xx
abrius commented on 2019-02-07 06:37 (UTC)
Got error when run with --kill
[abrius@arch ~]$ sudo wifite --kill . .
.´ · . . ·
. wifite 2.2.5 : : : (¯) : : : automated wireless auditor
. ·/¯\ ´ · .´ <https://github.com/derv82/wifite2>
/¯¯¯\ ´[+] option: kill conflicting processes enabled [!] Killing 2 conflicting processes [!] stopping network-manager (service network-manager stop)
[!] Error: [Errno 2] No such file or directory
[!] Full stack trace below
[!] Traceback (most recent call last): [!] File "/usr/lib/python2.7/site-packages/wifite/main.py", line 93, in entry_point [!] wifite.start() [!] File "/usr/lib/python2.7/site-packages/wifite/main.py", line 53, in start [!] Configuration.get_monitor_mode_interface() [!] File "/usr/lib/python2.7/site-packages/wifite/config.py", line 132, in get_monitor_mode_interface [!] cls.interface = Airmon.ask() [!] File "/usr/lib/python2.7/site-packages/wifite/tools/airmon.py", line 278, in ask [!] Airmon.terminate_conflicting_processes() [!] File "/usr/lib/python2.7/site-packages/wifite/tools/airmon.py", line 360, in terminate_conflicting_processes [!] Process(['service', 'network-manager', 'stop']).wait() [!] File "/usr/lib/python2.7/site-packages/wifite/util/process.py", line 89, in init [!] self.pid = Popen(command, stdout=sout, stderr=serr, stdin=stdin, cwd=cwd, bufsize=bufsize) [!] File "/usr/lib/python2.7/subprocess.py", line 394, in init [!] errread, errwrite) [!] File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child [!] raise child_exception [!] OSError: [Errno 2] No such file or directory
[!] Exiting
semeion commented on 2018-10-13 06:14 (UTC)
Thank you for the fix @lsf, it is working very well now!
lsf commented on 2018-10-05 15:29 (UTC)
Thanks @semelon, iirc it was required for some odd reason some time ago, but that doesn't seem to be the case anymore. Anyway, I've changed the dependencies, added some missing (opt)depends and switched to python3. If anything still causes issues, just let me know.
« First ‹ Previous 1 2 3 Next › Last »