From 98edef389ca7100d1b3dde6ac39062550be7d90c Mon Sep 17 00:00:00 2001 From: mshwed Date: Mon, 11 Mar 2019 09:53:12 -0400 Subject: [PATCH] Corrected module type --- src/core/operations/ExtractHashes.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/ExtractHashes.mjs b/src/core/operations/ExtractHashes.mjs index ed186fb3..27402835 100644 --- a/src/core/operations/ExtractHashes.mjs +++ b/src/core/operations/ExtractHashes.mjs @@ -19,7 +19,7 @@ class ExtractHashes extends Operation { super(); this.name = "Extract Hashes"; - this.module = "Default"; + this.module = "Regex"; this.description = "Extracts hash values based on hash byte length"; this.infoURL = "https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions"; this.inputType = "string";