diff --git a/data/nice.json b/data/nice.json new file mode 100644 index 0000000..f380f55 --- /dev/null +++ b/data/nice.json @@ -0,0 +1,19 @@ +{ + "functions": { + "shell": [ + { + "code": "nice /bin/sh" + } + ], + "suid": [ + { + "code": "./nice /bin/sh -p" + } + ], + "sudo": [ + { + "code": "sudo nice /bin/sh" + } + ] + } +} \ No newline at end of file