1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/script
2026-01-13 18:58:28 +01:00

22 lines
361 B
Plaintext

---
functions:
file-write:
- binary: false
code: |-
script -q -c '# DATA' /path/to/output-file
comment: |-
The content appears among the log prints.
contexts:
sudo:
suid:
unprivileged:
shell:
- code: |-
script -q /dev/null
contexts:
sudo:
suid:
shell: true
unprivileged:
...