1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-05 23:26:06 +02:00

Add gtfobins.json with all the data

This commit is contained in:
Andrea Cardaci 2023-09-25 13:29:32 +02:00
parent 082b26c48f
commit 72cb09f404

12
gtfobins.json Normal file
View File

@ -0,0 +1,12 @@
---
---
{
{% 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 %}
}