GTFOBins.github.io/_includes/function_list.html

7 lines
232 B
HTML
Raw Normal View History

2018-05-21 21:14:41 +02:00
<ul class="function-list">
2018-05-29 21:52:10 +02:00
{% for function in include.bin.functions %}
{% assign type = function[0] %}
<li><a href="{{ include.bin.url }}#{{ type }}">{{ site.data.functions[type].label }}</a></li>
{% endfor %}
2018-05-21 21:14:41 +02:00
</ul>