-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run PMKID Attack without hashcat crack #173
Comments
So i tried entering " alias hashcat=/bin/false " into the terminal then running wifite, But its still skipping PMKID because hashcat is missing. Any tips? |
Try adding the following lines to your
You can add those lines anywhere, preferably to the end of the file. Just make sure you do not add them inside an if. After you do this you need to open a new shell to 'refresh' the settings. If you ever install hashcat don't forget to remove those lines! If this does not work then create a small script using your favorite text editor in /sbin/hashcat that contains:
Don't forget to run 'chmod +x /sbin/hashcat'. Because sbin is owned by root you will need to do the above commands using sudo. |
Thanks! I got it working via the 2nd method, Added hashcat containing the bash script to /sbin/ and made it executable. |
build(deps): bump pytest from 7.4.0 to 7.4.2
how do I run a PMKID Attack without hashcat? example usage: run PMKID Attack on Nethunter with wifite/wifite 2 and save file instead of cracking.. i tried running (sudo priv) wifite.py -mac --pmkid to force with the same result (skips attack cause hashcat is "missing")
FYI - i read the other posts and they didn't answer what to actually do or fix
The text was updated successfully, but these errors were encountered: