GTFOBins.github.io/_includes/functions_description.html

8 lines
214 B
HTML
Raw Normal View History

2018-05-21 21:14:41 +02:00
<dl>
{% 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 %}
</dl>