Replies: 4 comments 2 replies
-
|
Have you done any benchmarking to compare aircrack-ng and this? I'd love to see it. |
Beta Was this translation helpful? Give feedback.
-
|
Trying to merge these files: I am getting data overflows on some variables... |
Beta Was this translation helpful? Give feedback.
-
|
maybe someone can help me finish this project... test-calc-mic.c.txt air-j.file: ESSID |
Beta Was this translation helpful? Give feedback.
-
|
Finished this project today, it works 'somewhat' fast... air-j.file ( example; got values by running 'aircrack-ng capfile-0x.cap -J notused.hccap' , save them to a file format below ): |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I made a working version(s) of this method.
Here is a example of what it does:
calc_pmk();
calc_ptk();
decrypt_tkip() or decrypt_ccmp();
wpa3scan.zip // wpa_passphrase essid passphrase & airdecap-ng cap-file.cap -e essid -k pmk
airdecode-ng.zip // using a modified airdecap-ng.c
The code would probably run much faster if, only open cap-file.cap ONCE and try decrypting the packet, instead of reading FULL packet for each pmk!!!
wpa3scan.zip
airdecode-ng.zip
Decoding packet does not require eapol???
Beta Was this translation helpful? Give feedback.
All reactions