mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-08-23 17:44:49 +02:00
Add gtfobins.json with all the data
This commit is contained in:
12
gtfobins.json
Normal file
12
gtfobins.json
Normal 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 %}
|
||||||
|
}
|
Reference in New Issue
Block a user