From e93e360d8741374345a84e957c1c099d111f91a2 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Fri, 10 Jan 2020 11:46:14 +0100 Subject: [PATCH] add data for nl --- data/nl.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/nl.json diff --git a/data/nl.json b/data/nl.json new file mode 100644 index 0000000..749e669 --- /dev/null +++ b/data/nl.json @@ -0,0 +1,20 @@ +{ + "description": "The read file content is corrupted by a leading space added to each line.", + "functions": { + "file-read": [ + { + "code": "nl -bn -w1 -s '' [file]\n" + } + ], + "suid": [ + { + "code": "./nl -bn -w1 -s '' [file]\n" + } + ], + "sudo": [ + { + "code": "sudo nl -bn -w1 -s '' [file]\n" + } + ] + } +} \ No newline at end of file