mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Improved domain name regex
This commit is contained in:
@@ -2140,7 +2140,7 @@ const OperationConfig = {
|
||||
]
|
||||
},
|
||||
"Extract domains": {
|
||||
description: "Extracts domain names with common Top-Level Domains (TLDs).<br>Note that this will not include paths. Use <strong>Extract URLs</strong> to find entire URLs.",
|
||||
description: "Extracts domain names.<br>Note that this will not include paths. Use <strong>Extract URLs</strong> to find entire URLs.",
|
||||
run: Extract.runDomains,
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
|
||||
Reference in New Issue
Block a user