1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-03-14 11:38:15 +01:00

7 lines
232 B
HTML
Raw Normal View History

2018-05-21 20:14:41 +01: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 20:14:41 +01:00
</ul>