mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
First commit
This commit is contained in:
6
_includes/function_list.html
Normal file
6
_includes/function_list.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user