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

PMK/TK/MIC output wrong in multiple thread mode #2553

Open
2 of 4 tasks
cheng3100 opened this issue Jul 12, 2023 · 1 comment
Open
2 of 4 tasks

PMK/TK/MIC output wrong in multiple thread mode #2553

cheng3100 opened this issue Jul 12, 2023 · 1 comment

Comments

@cheng3100
Copy link

cheng3100 commented Jul 12, 2023

Defect Report

Issue type

  • Defect - Compilation or make check issue - Attach config.log and provide relevant system information such as lscpu - Make sure dependencies are installed
  • Defect - Crash
  • Defect - Incorrect value displayed/received/stored
  • Defect - Unexpected behavior (obvious or confirmed in the GitHub Discussions)

System information

  • OS Name: Ubuntu 22.04.2 LTS x86_64
  • OS Version:
  • Kernel version: 5.19.0-42-generic
  • CPU:
  • Wireless card and chipset (if relevant):

Aircrack-ng version

  • Version: Aircrack-ng 1.7 rev (The current mainline build version)
  • Commit Revision hash: d4e7705

Airmon-ng debug information

Defect

Details

When use the aircrack-ng 's passwd file parameter to find the passphrase with the pcap file. It will printout the current passphrase and PMK/TK/MIC information of one thread. And it could happen that this routine print has a large chance to overwrite the finally right passphrase's PMK/TK/MIC.

How to reproduce the issue

Just enter the repo and use the test/ folder's file:
aircrack-ng test/wpa2.eapol.cap -w test/password.lst
Animation

you will see the passphrase is right but the PMK/TK/MIC is random calculate from one of password dictionary.

Related issues

@cheng3100
Copy link
Author

I have submit a fix here: #2554

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

No branches or pull requests

1 participant