Lower case 'hash'
This commit is contained in:
parent
3983e1a8e2
commit
61295a968e
@ -337,7 +337,7 @@
|
|||||||
"Extract domains",
|
"Extract domains",
|
||||||
"Extract file paths",
|
"Extract file paths",
|
||||||
"Extract dates",
|
"Extract dates",
|
||||||
"Extract Hashes",
|
"Extract hashes",
|
||||||
"Regular expression",
|
"Regular expression",
|
||||||
"XPath expression",
|
"XPath expression",
|
||||||
"JPath expression",
|
"JPath expression",
|
||||||
|
@ -18,7 +18,7 @@ class ExtractHashes extends Operation {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.name = "Extract Hashes";
|
this.name = "Extract hashes";
|
||||||
this.module = "Regex";
|
this.module = "Regex";
|
||||||
this.description = "Extracts potential hashes based on hash character length";
|
this.description = "Extracts potential hashes based on hash character 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";
|
||||||
|
Loading…
Reference in New Issue
Block a user