Skip to content

Commit

Permalink
Add gtfobins.json with all the data
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Sep 25, 2023
1 parent 082b26c commit 72cb09f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gtfobins.json
Original file line number Diff line number Diff line change
@@ -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 %}
}

0 comments on commit 72cb09f

Please sign in to comment.