mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +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 }}) .
|
cp $(which {{ bin_name }}) .
|
||||||
sudo setcap cap_setuid+ep {{ bin_name }}
|
sudo setcap cap_setuid+ep {{ bin_name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ example.code }}
|
{{ example.code | escape }}
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user