1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Fix broken YAML in varnishncsa

This commit is contained in:
Andrea Cardaci 2023-12-23 12:43:57 +01:00 committed by GitHub
parent d71410748f
commit 914c850cec
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ description: |
```
functions:
sudo:
code: |
LFILE=file_to_write
sudo varnishncsa -g request -q 'ReqURL ~ "/xxx"' -F '%{yyy}i' -w "$LFILE"
- code: |
LFILE=file_to_write
sudo varnishncsa -g request -q 'ReqURL ~ "/xxx"' -F '%{yyy}i' -w "$LFILE"
suid:
code: |
LFILE=file_to_write
./varnishncsa -g request -q 'ReqURL ~ "/xxx"' -F '%{yyy}i' -w "$LFILE"
- code: |
LFILE=file_to_write
./varnishncsa -g request -q 'ReqURL ~ "/xxx"' -F '%{yyy}i' -w "$LFILE"
---