mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Improved domain name regex
This commit is contained in:
parent
bf833991bf
commit
73823e3eb9
4 changed files with 4 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue