2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-17 16:53:45 +00:00

Magic rebuild

This commit is contained in:
n1073645
2020-02-25 11:27:03 +00:00
parent d78730edc0
commit 728f8e65d6
38 changed files with 742 additions and 344 deletions

View File

@@ -30,6 +30,17 @@ class DecodeNetBIOSName extends Operation {
"value": 65
}
];
this.checks = {
input: {
regex: [
{
match: "^\\s*\\S{32}$",
flags: "",
args: [65]
}
]
}
};
}
/**