mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 22:43:54 +00:00
Lower case 'hash'
This commit is contained in:
parent
3983e1a8e2
commit
61295a968e
2 changed files with 2 additions and 2 deletions
|
@ -337,7 +337,7 @@
|
|||
"Extract domains",
|
||||
"Extract file paths",
|
||||
"Extract dates",
|
||||
"Extract Hashes",
|
||||
"Extract hashes",
|
||||
"Regular expression",
|
||||
"XPath expression",
|
||||
"JPath expression",
|
||||
|
|
|
@ -18,7 +18,7 @@ class ExtractHashes extends Operation {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.name = "Extract Hashes";
|
||||
this.name = "Extract hashes";
|
||||
this.module = "Regex";
|
||||
this.description = "Extracts potential hashes based on hash character length";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions";
|
||||
|
|
Loading…
Reference in a new issue