Skip to content
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

Bugfix PRs - Two bugs fixed #158

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

Conversation

RaduNico
Copy link

@RaduNico RaduNico commented Oct 19, 2018

First commit fixes the issue detailed in #157 . Wifite would crash
if ran using python3 and the parameter --crack if a dependency
was missing, just after selecting a target.
This was caused by popping from a dictionary while iterating on
it, an operation forbidden in python3. Issue described in #157

Wifite would crash if run with python3 and the parameter --crack
if a dependency was missing, just after selecting a target.
This was caused by popping from a dictionary while iterating on
it, an operation forbidden in python3. Issue described in derv82#157

Signed-off-by: Radu Nicolau <radunicolau102@gmail.com>
Aircrack-ng changed the message for failure to crack a handshake
using a dictionary from 'passphrase not in dictionary' to
'KEY NOT FOUND' from version 1.5 onwards. This update detects
the new message to confirm an existing handshake. Issue described
in derv82#189

Signed-off-by: Radu Nicolau <radunicolau102@gmail.com>
@RaduNico
Copy link
Author

RaduNico commented Feb 12, 2019

The second commit fixes the issue detailed in #189. Wifite would not
detect handshakes using aircrack-ng v1.5.x because the message for
failing to crack a handshake changed.

@RaduNico RaduNico changed the title util/crack: Fix python3 --crack crash Bugfix PRs - Two bugs fixed Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant