From 7424cf3c9f3c78686018621fde3efa478cf80e7e Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Sun, 15 Mar 2020 14:38:49 +0100 Subject: [PATCH] add data source for ksshell --- data/ksshell.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/ksshell.json diff --git a/data/ksshell.json b/data/ksshell.json new file mode 100644 index 0000000..fc3cb0d --- /dev/null +++ b/data/ksshell.json @@ -0,0 +1,20 @@ +{ + "description": "Each line is corrupted by a prefix string. Also consider that lines are actually parsed as 'kickstart' scripts thus some file contents may lead to unexpected results.\n", + "functions": { + "file-read": [ + { + "code": "ksshell -i [file]\n" + } + ], + "suid": [ + { + "code": "./ksshell -i [file]\n" + } + ], + "sudo": [ + { + "code": "sudo ksshell -i [file]\n" + } + ] + } +} \ No newline at end of file