mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 10:48:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 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>
 |