1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/m4
2026-01-26 23:01:19 +01:00

28 lines
441 B
Plaintext

---
functions:
command:
- code: |-
echo 'esyscmd(/path/to/command)' | m4
contexts:
sudo:
suid:
shell: true
unprivileged:
file-read:
- binary: false
code: |-
m4 /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
shell:
- code: |-
echo 'esyscmd(/bin/sh 0<&2 1>&2)' | m4
contexts:
sudo:
suid:
shell: true
unprivileged:
...