https://hashcat.net/wiki/doku.php?id=hccapx
"Message pair table"
If Messages of the handshake are M1+M3 then it's uncrackable? (same for M2 + M4)
If yes, why don't you add it to the table, assign a value 0 for uncrackable pair messages
It should be look like:
Format: Messages of the handshake ==> message_pair value
M1 + M3 ==> 0
M2 + M4 ==> 0
M1 + M2 ==> 1
M1 + M4 ==> 2
M2 + M3 ==> 3
M2 + M3 ==> 4
M3 + M4 ==> 5
M3 + M4 ==> 6
////
EDIT:
Maybe cuz those messages pair can never happen?
"Message pair table"
If Messages of the handshake are M1+M3 then it's uncrackable? (same for M2 + M4)
If yes, why don't you add it to the table, assign a value 0 for uncrackable pair messages
It should be look like:
Format: Messages of the handshake ==> message_pair value
M1 + M3 ==> 0
M2 + M4 ==> 0
M1 + M2 ==> 1
M1 + M4 ==> 2
M2 + M3 ==> 3
M2 + M3 ==> 4
M3 + M4 ==> 5
M3 + M4 ==> 6
////
EDIT:
Maybe cuz those messages pair can never happen?