mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
introducing JavascriptObfscate
This commit is contained in:
parent
e770c935bb
commit
5576630727
2 changed files with 9 additions and 1 deletions
|
@ -2332,8 +2332,15 @@ var OperationConfig = {
|
|||
output_type: "string",
|
||||
args: []
|
||||
},
|
||||
"JavaScript Obfscate": {
|
||||
description: "Obfscate JavaScript code.",
|
||||
run: JS.run_minify,
|
||||
input_type: "string",
|
||||
output_type: "string",
|
||||
args: []
|
||||
},
|
||||
"XML Beautify": {
|
||||
description: "Indents and prettifies eXtensible Markup Language (XML) code.",
|
||||
description: "Indents and prettifies extensible Markup Language (XML) code.",
|
||||
run: Code.run_xml_beautify,
|
||||
input_type: "string",
|
||||
output_type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue