mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
7 lines
216 B
HTML
7 lines
216 B
HTML
<ul class="function-list">
|
|
{% 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 %}
|
|
</ul>
|