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

Replacing legacy handshakeverify extension with one that uses cowpatty #1291

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

Conversation

samjanny
Copy link

@samjanny samjanny commented Apr 6, 2020

Due to problems with python3 porting, I think it would be better to use a tool like cowpatty to ensure WPA key validation.

@lgtm-com
Copy link

lgtm-com bot commented Apr 6, 2020

This pull request introduces 2 alerts when merging 041142c into 46bdf13 - view on LGTM.com

new alerts:

  • 2 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Apr 6, 2020

This pull request introduces 1 alert when merging 9ae7190 into 46bdf13 - view on LGTM.com

new alerts:

  • 1 for Unused import

Copy link
Member

@sophron sophron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.

Can you also change the argument's description on pywifiphisher.py and README.md?

Finally, can you squash your commits into one single commit?


def is_valid_handshake_capture(filename):
command = '/bin/cowpatty -c -r {}'.format(filename)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we return an error if cowpatty is not installed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I willl accomplish it as soon as possible.

@sophron
Copy link
Member

sophron commented Apr 15, 2021

I'll fix this and merge it soon.

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

2 participants