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

Fix wifite crack mode crash on python3 #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix wifite crack mode crash on python3 #219

wants to merge 1 commit into from

Conversation

Snawoot
Copy link

@Snawoot Snawoot commented Apr 29, 2019

Fixes #157

On Python3 method dict.items returns iterator object instead of copy of KV pairs. For this reason iteration fails if dictionary modified inside loop. Actual pull request fixes mentioned issue.

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.

Wifite crash for python3 --crack
2 participants