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