GTFOBins.github.io/_includes/functions_description.html

8 lines
234 B
HTML
Raw Normal View History

2018-05-21 19:14:41 +00:00
<dl>
2018-05-29 19:52:10 +00: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 19:14:41 +00:00
</dl>