From c9c600d8f4f3620d4b57faa05033a523d3322ee9 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Fri, 5 Mar 2021 10:22:52 +0100 Subject: [PATCH] add data source for ssh-keygen --- data/ssh-keygen.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/ssh-keygen.json diff --git a/data/ssh-keygen.json b/data/ssh-keygen.json new file mode 100644 index 0000000..94fc994 --- /dev/null +++ b/data/ssh-keygen.json @@ -0,0 +1,22 @@ +{ + "functions": { + "library-load": [ + { + "description": "", + "code": "ssh-keygen -D ./lib.so" + } + ], + "sudo": [ + { + "description": "", + "code": "sudo ssh-keygen -D ./lib.so" + } + ], + "suid": [ + { + "description": "", + "code": "./ssh-keygen -D ./lib.so" + } + ] + } +}