mirror of
https://github.com/gchq/CyberChef
synced 2025-01-04 00:38:41 +00:00
Corrected module type
This commit is contained in:
parent
1b16c26699
commit
98edef389c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class ExtractHashes extends Operation {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.name = "Extract Hashes";
|
this.name = "Extract Hashes";
|
||||||
this.module = "Default";
|
this.module = "Regex";
|
||||||
this.description = "Extracts hash values based on hash byte length";
|
this.description = "Extracts hash values based on hash byte length";
|
||||||
this.infoURL = "https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions";
|
this.infoURL = "https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
|
|
Loading…
Reference in a new issue