From eb56f03de57726255c4932876a91e34ee7885091 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Wed, 18 Mar 2020 10:50:25 +0100 Subject: [PATCH] add data source for strings --- data/strings.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/strings.json diff --git a/data/strings.json b/data/strings.json new file mode 100644 index 0000000..87fe9de --- /dev/null +++ b/data/strings.json @@ -0,0 +1,20 @@ +{ + "description": "This only returns ASCII strings, thus it is not suitable for binary files.", + "functions": { + "file-read": [ + { + "code": "strings \"[file]\"\n" + } + ], + "suid": [ + { + "code": "./strings \"[file]\"\n" + } + ], + "sudo": [ + { + "code": "sudo strings \"[file]\"\n" + } + ] + } +} \ No newline at end of file