Skip to content

Commit

Permalink
updated help: new MESSAGE PAIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed May 10, 2023
1 parent caf0771 commit ece7d9d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion hcxpcapngtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -5839,7 +5839,16 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
"--help : show this help\n"
"--version : show version\n"
"\n"
"bitmask of message pair field:\n"
"bitmask of PMKID hash line (WPA*01= message pair field:\n"
"0: reserved\n"
"1: PMKID taken from AP\n"
"2: reserved\n"
"4: PMKID taken from CLIENT (wlan.da: possible MESH or REPEATER)\n"
"5: reserved\n"
"6: reserved\n"
"7: reserved\n"
"\n"
"bitmask of EAPOL hash line (WPA*02) message pair field:\n"
"2,1,0:\n"
" 000 = M1+M2, EAPOL from M2 (challenge)\n"
" 001 = M1+M4, EAPOL from M4 (authorized) - usable if NONCE_CLIENT is not zeroed \n"
Expand Down

0 comments on commit ece7d9d

Please sign in to comment.