mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 02:06:15 -04:00
Removed unused standalone libraries and fixed a few outstanding imports.
This commit is contained in:
parent
a21e0e546b
commit
99f306dc18
76 changed files with 55 additions and 32053 deletions
|
@ -9,4 +9,23 @@ var Chef = require("../../core/Chef.js");
|
|||
|
||||
var chef = new Chef();
|
||||
|
||||
console.log(chef.bake("test", [{"op":"To Hex","args":["Space"]}], {}, 0, false));
|
||||
console.log(chef.bake("test", [{"op":"To Hex", "args":["Space"]}], {}, 0, false));
|
||||
|
||||
console.log(chef.bake("425a6839314159265359b218ed630000031380400104002a438c00200021a9ea601a10003202185d5ed68ca6442f1e177245385090b218ed63",
|
||||
[
|
||||
{
|
||||
"op" : "From Hex",
|
||||
"args" : ["Space"]
|
||||
},
|
||||
{
|
||||
"op" : "Bzip2 Decompress",
|
||||
"args" : []
|
||||
}
|
||||
],
|
||||
{}, 0, false
|
||||
));
|
||||
|
||||
console.log(chef.bake("192.168.0.0/30",
|
||||
[{"op":"Parse IP range", "args":[true, true, false]}],
|
||||
{}, 0, false
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue