mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
13 lines
364 B
JSON
13 lines
364 B
JSON
---
|
|
---
|
|
{
|
|
{% for file in site.gtfobins %}
|
|
{% capture gtfobin %}{% include get_bin_name path=file.path %}{% endcapture %}
|
|
{{ gtfobin | jsonify }}: {
|
|
"description": {{ file.description | jsonify }},
|
|
"functions": {{ file.functions | jsonify }}
|
|
}
|
|
{% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
}
|