WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes

This commit is contained in:
jsteube
2019-04-02 11:24:22 +02:00
parent c0a31b3239
commit b8d609ba16
293 changed files with 1149 additions and 349 deletions
+3
View File
@@ -66,4 +66,7 @@ u32 v32a_from_v64 (const u64 v64);
u32 v32b_from_v64 (const u64 v64);
u64 v64_from_v32ab (const u32 v32a, const u32 v32b);
int hex_decode (const u8 *in_buf, const int in_len, u8 *out_buf);
int hex_encode (const u8 *in_buf, const int in_len, u8 *out_buf);
#endif // _CONVERT_H