From ac1f8794fac7838f423329a04bcb705fc7005860 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:23:42 +0200 Subject: [PATCH] fix regex for NTML --- prototypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes.json b/prototypes.json index 9aefedf..a3c28f3 100644 --- a/prototypes.json +++ b/prototypes.json @@ -1185,7 +1185,7 @@ ] }, { - "regex": "^[a-f-0-9]{32}:[a-f-0-9]{32}$", + "regex": "^[a-f0-9]{32}:[a-f0-9]{32}$", "modes": [ { "john": null,