D@rkR4y.
D@rkR4y.
I also hv this problem ~
I check the code 1. wifite will run airodump-ng , and save the cap file to the path which like this name - /tmp/wifitem0NGA7/ 2. and wifite will check if...
the dirty method to patch this problem is ... modify function has_handshake() , add this: ``` valid_handshake = True # dirty patch ``` after that: ``` # Check for handshake...
if your system has installed tshark you can just modify the function has_handshake_tshark() ``` if program_exists('tshark'): # Call Tshark to return list of EAPOL packets in cap file. cmd =...
and another thing to be attention: if you login Kali as root user , you should change the file ``` /usr/share/wireshark/init.lua ``` find the diasble_lua and set it to true...
I dont think so ... but help me to test if it works plz ... if there r some error , just let me know
wifite has a logic bug check the default config: ``` self.WPA_HANDSHAKE_TSHARK = True # Checks for sequential 1,2,3 EAPOL msg packets (ignores 4th) self.WPA_HANDSHAKE_PYRIT = False # Sometimes crashes on...
got a error , just record ``` Traceback (most recent call last):... File "/usr/bin/wifite", line 3538, in engine.Start() File "/usr/bin/wifite", line 1467, in Start if wpa_attack.RunAttack(): File "/usr/bin/wifite", line 2151,...
I have not test it in Kali Nethunter seems like class WPAAttack has no function named has_handshake . I will check the code and then reply to you also u...
ln -s /opt/wifite-mod/wifite.py /usr/local/bin/wifite chmod +x /usr/local/bin/wifite