mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Adjusted regex for defang ip
This commit is contained in:
parent
19aa4effaf
commit
f73b374786
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class DefangIPAddresses extends Operation {
|
||||||
this.args = [];
|
this.args = [];
|
||||||
this.checks = new magicObject([
|
this.checks = new magicObject([
|
||||||
{
|
{
|
||||||
match: "^\\s*(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-f]{4}:){7}[0-9a-f]{4})\\s*$",
|
match: "^\\s*(([0-9]{1,3}\\.){3}[0-9]{1,3}|([0-9a-f]{4}:){7}[0-9a-f]{4})\\s*$",
|
||||||
flags: "i",
|
flags: "i",
|
||||||
args: [],
|
args: [],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue