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

Fixes for WPA2 handshake capture and new version of tshark #77

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

Conversation

Und3rf10w
Copy link

Encountered a bug caused by tshark because it now requires that the -2 switch is added when using -R. Added in -2 everywhere that -R is used with tshark. Chose this over -Y because in theory, it should be faster.

Also was encountering an issue where wifite would not properly grab and process WPA2 handshakes. Turns out something was happening with the temporary pcaps that are being written, and they end up being corrupted. Implemented a fix for this that checks for and utilizes pcapfix.

pcapfix is included in both the Ubuntu and Kali repositories, so this shouldn't be an issue for most platforms.

Thanks to @violentlydave for major assistance with this.

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.

2 participants