mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
introducing JavascriptObfscate
This commit is contained in:
parent
e770c935bb
commit
5576630727
2 changed files with 9 additions and 1 deletions
|
@ -230,6 +230,7 @@ var Categories = [
|
|||
"JavaScript Parser",
|
||||
"JavaScript Beautify",
|
||||
"JavaScript Minify",
|
||||
"JavaScript Obfscate",
|
||||
"JSON Beautify",
|
||||
"JSON Minify",
|
||||
"XML Beautify",
|
||||
|
|
|
@ -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