From 7724397c8e3641a1cfaa16a4a13ed035bc5a6846 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Fri, 10 Jan 2020 12:54:25 +0100 Subject: [PATCH] add data for readelf --- data/readelf.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/readelf.json diff --git a/data/readelf.json b/data/readelf.json new file mode 100644 index 0000000..7286c06 --- /dev/null +++ b/data/readelf.json @@ -0,0 +1,20 @@ +{ + "description": "Each line is corrupted by a prefix string and wrapped inside single quotes. Also consider that lines are actually parsed as `readelf` options thus some file contents may lead to unexpected results.\n", + "functions": { + "file-read": [ + { + "code": "readelf -a @[file]\n" + } + ], + "suid": [ + { + "code": "./readelf -a @[file]\n" + } + ], + "sudo": [ + { + "code": "sudo readelf -a @[file]\n" + } + ] + } +} \ No newline at end of file