mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Add dashes in YAML syntax example
This commit is contained in:
parent
6b2e0d5cf5
commit
88165df832
@ -10,6 +10,7 @@ Each GTFO binary is defined in a file in the [`_gtfobins/`] folder named as `<bi
|
|||||||
The full syntax is the following:
|
The full syntax is the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
---
|
||||||
description: Optional description of the binary
|
description: Optional description of the binary
|
||||||
functions:
|
functions:
|
||||||
FUNCTION:
|
FUNCTION:
|
||||||
@ -21,6 +22,7 @@ functions:
|
|||||||
code: Code of the example
|
code: Code of the example
|
||||||
- ...
|
- ...
|
||||||
...
|
...
|
||||||
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `FUNCTION` is one of the values described in the [`_data/functions.yml`] file.
|
Where `FUNCTION` is one of the values described in the [`_data/functions.yml`] file.
|
||||||
|
Loading…
Reference in New Issue
Block a user