From c7747f82b55570217aad70b2c37edde9ce7f0115 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Wed, 18 Mar 2020 10:44:08 +0100 Subject: [PATCH] add data source for hd --- data/hd.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/hd.json diff --git a/data/hd.json b/data/hd.json new file mode 100644 index 0000000..6a6e4e6 --- /dev/null +++ b/data/hd.json @@ -0,0 +1,20 @@ +{ + "description": "The output is a hex dump.", + "functions": { + "file-read": [ + { + "code": "hd \"[file]\"\n" + } + ], + "suid": [ + { + "code": "./hd \"[file]\"\n" + } + ], + "sudo": [ + { + "code": "sudo hd \"[file]\"\n" + } + ] + } +} \ No newline at end of file