mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add gtfobins.json with all the data
This commit is contained in:
parent
082b26c48f
commit
72cb09f404
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 %}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user