Added new event EVENT_WEAK_HASH_ALL_CRACKED if all hashes have been cracked during weak hash check

This commit is contained in:
jsteube
2017-01-03 09:56:40 +01:00
parent e1b5de12d5
commit 1f266fb0f2
4 changed files with 31 additions and 6 deletions
+1
View File
@@ -126,6 +126,7 @@ typedef enum event_identifier
EVENT_SET_KERNEL_POWER_FINAL = 0x000000c0,
EVENT_WEAK_HASH_POST = 0x000000d0,
EVENT_WEAK_HASH_PRE = 0x000000d1,
EVENT_WEAK_HASH_ALL_CRACKED = 0x000000d2,
EVENT_WORDLIST_CACHE_GENERATE = 0x000000e0,
EVENT_WORDLIST_CACHE_HIT = 0x000000e1,