From f5914881fc9dcdbfec1cbee8d68c420e3f84be9a Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Wed, 23 Dec 2020 15:06:58 +0100 Subject: [PATCH] add data source for ss --- data/ss.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/ss.json diff --git a/data/ss.json b/data/ss.json new file mode 100644 index 0000000..f415114 --- /dev/null +++ b/data/ss.json @@ -0,0 +1,20 @@ +{ + "description": "The file content is actually parsed so only a part of the first line is returned as a part of an error message.\n", + "functions": { + "file-read": [ + { + "code": "ss -a -F [file]\n" + } + ], + "suid": [ + { + "code": "./ss -a -F [file]\n" + } + ], + "sudo": [ + { + "code": "sudo ss -a -F [file]\n" + } + ] + } +}