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