mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Fix broken YAML in varnishncsa
This commit is contained in:
parent
d71410748f
commit
914c850cec
@ -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"
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user