1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-12 15:23:05 +01:00
GTFOBins.github.io/_includes/functions_description.html

8 lines
234 B
HTML
Raw Normal View History

2018-05-21 21:14:41 +02:00
<dl>
2018-05-29 21:52:10 +02:00
{% for function_pair in site.data.functions %}
{% assign function = function_pair[1] %}
<dt class="function-name">{{ function.label }}</dt>
<dd>{{ function.description | markdownify }}</dd>
{% endfor %}
2018-05-21 21:14:41 +02:00
</dl>