mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
More signatures for magic
This commit is contained in:
parent
a2eadee06a
commit
5853074052
6 changed files with 43 additions and 0 deletions
|
@ -28,6 +28,13 @@ class ParseIPv6Address extends Operation {
|
|||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [];
|
||||
this.patterns = [
|
||||
{
|
||||
match: "^\\s*([a-f\\d]{4}:?)+\\s*$",
|
||||
flags: "i",
|
||||
args: []
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue