From 0ad8f22510f3cff12e94bfd63fde48d6da79b46f Mon Sep 17 00:00:00 2001 From: ZeroBeat Date: Thu, 30 May 2019 11:01:12 +0200 Subject: [PATCH] moved to v5.1.5 --- changelog | 2 ++ include/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 9b96803e1..c6c2e1e0a 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,7 @@ 30.05.2019 ========== +hcxtools moved to v 5.1.5 + hcxpcaptool: added 2 new options to convert raw PMKIDs -K : output raw PMKID file (hashcat hashmode -m 16801 new format) -Z : output raw PMKID file (hashcat hashmode -m 16801 old format and john) diff --git a/include/version.h b/include/version.h index 268201160..d253100cd 100644 --- a/include/version.h +++ b/include/version.h @@ -1,2 +1,2 @@ -#define VERSION "5.1.4" +#define VERSION "5.1.5" #define VERSION_JAHR "2019"