From 72cb09f4045b71285285cbc11254e91869cec98c Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Mon, 25 Sep 2023 13:29:32 +0200 Subject: [PATCH] Add gtfobins.json with all the data --- gtfobins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gtfobins.json diff --git a/gtfobins.json b/gtfobins.json new file mode 100644 index 0000000..f704bf2 --- /dev/null +++ b/gtfobins.json @@ -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 %} +}