From 479a40945d8d0d850d688e2d36b851d42fe93cbc Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Fri, 10 Jan 2020 13:16:09 +0100 Subject: [PATCH] add data for unexpand --- data/unexpand.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/unexpand.json diff --git a/data/unexpand.json b/data/unexpand.json new file mode 100644 index 0000000..ec1f814 --- /dev/null +++ b/data/unexpand.json @@ -0,0 +1,19 @@ +{ + "functions": { + "file-read": [ + { + "code": "unexpand -t99999999 [file]\n" + } + ], + "suid": [ + { + "code": "./unexpand -t99999999 [file]\n" + } + ], + "sudo": [ + { + "code": "sudo unexpand -t99999999 [file]\n" + } + ] + } +} \ No newline at end of file