Lower case 'hash'
This commit is contained in:
parent
3983e1a8e2
commit
61295a968e
@ -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 New Issue
Block a user