What did I do wrong? I have cracked this wep multiple time and now all of a sudden this happens. Suggestions?Code:aircrack-ng -z -b 00:19:5B:0C:37:C4 output*.cap Opening output-01.cap Read 13685 packets. Opening output-01.cap Segmentation fault
I did? Didn't I?Start another console session and enter:
Where:Code:aircrack-ng -z -b 00:14:6C:7E:40:80 output*.cap
*
-z invokes the PTW WEP-cracking method.
*
-b 00:14:6C:7E:40:80 selects the one access point we are interested in. This is optional since when we originally captured the data, we applied a filter to only capture data for this one AP.
*
output*.cap selects all files starting with “output” and ending in “.cap”.
Lol, :-p. It was a development error. They just fixed it overnight. I updated and all fixed. Thanks.