mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
HTML-escape example code too
This commit is contained in:
parent
b7ed9ba0a0
commit
4a2aeb0ecb
@ -30,7 +30,7 @@ sudo sh -c 'cp $(which {{ bin_name }}) .; chmod +s ./{{ bin_name }}'
|
||||
cp $(which {{ bin_name }}) .
|
||||
sudo setcap cap_setuid+ep {{ bin_name }}
|
||||
{% endif %}
|
||||
{{ example.code }}
|
||||
{{ example.code | escape }}
|
||||
{% endcapture %}
|
||||
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user