mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +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 %}
|
||
|
}
|