Codebase list reaver / 5bcd134
Reaver patch. BugID 123. Mati Aharoni (Kali Linux Developer) 11 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: reaver/src/exchange.c
1 ===================================================================
2 --- reaver.orig/src/exchange.c 2013-03-19 06:29:10.015904570 -0400
3 +++ reaver/src/exchange.c 2013-03-19 06:30:35.350152557 -0400
4 @@ -132,6 +132,11 @@
5 break;
6 case M7:
7 cprintf(VERBOSE, "[+] Received M7 message\n");
8 + if(!m6_sent)
9 + {
10 + tx_type = SEND_WSC_NACK;
11 + terminated = 1;
12 + }
13 /* Fall through */
14 case DONE:
15 if(get_key_status() == KEY2_WIP)