mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
22 lines
361 B
Plaintext
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:
|
|
...
|