Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix strip_handshake so aircrack can find cap file #151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robsouth84
Copy link

No description provided.

rename command was incorrect and was throwing an error when trying to crack a handshake.
It was attempting to move a non existent file when I believe it intended to copy an existing file to the location of the non existent file
confirmed to find and crack handshake on my test lab

 [+] starting WPA cracker on 1 handshake
 [0:00:00] cracking <test SSID> with aircrack-ng
['aircrack-ng', '-a', '2', '-w', 'rockyou.txt', '-l', '/tmp/<random dir>/wpakey.txt', '-b', '72:3A:CB:59:8B:FC', 'hs/<test SSID>_<test MAC>.cap']
 [+] cracked <test SSID> (<test MAC>)!
 [+] key:    "12345678"
 [+] quitting
update strip_handshake f(n)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants