1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-05 23:26:06 +02:00
GTFOBins.github.io/gtfobins.json
2023-09-25 13:29:32 +02:00

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 %}
}