1
0
mirror of synced 2024-12-18 09:45:53 +01:00

Lower case 'hash'

This commit is contained in:
a3957273 2024-04-01 16:01:48 +00:00
parent 3983e1a8e2
commit 61295a968e
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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";