diff --git a/data/cpulimit.json b/data/cpulimit.json index 343c78d..83283d4 100644 --- a/data/cpulimit.json +++ b/data/cpulimit.json @@ -5,10 +5,15 @@ "code": "cpulimit -l 100 -f /bin/sh" } ], + "suid": [ + { + "code": "./cpulimit -l 100 -f -- /bin/sh -p" + } + ], "sudo": [ { "code": "sudo cpulimit -l 100 -f /bin/sh" } ] } -} \ No newline at end of file +}