ST02: XSS Challenge (Source Code)

Hi everyone.
Here is the XSS Challenge - CT1 source code for your better understanding.

<?php header('X-Frame-Options: deny'); ?>
<head>
    <meta charset="utf-8">
    <meta name='description' content='This is about <?php echo htmlspecialchars(str_replace('+', '', $_GET['xss'])); ?>'>
    <title>XSS Challenge</title>
</head>
<body><center>
<p><a href="?xss=XSS"><img src="safuda.PNG"><br>āĻŸā§āĻ°āĻ¸ āĻŸā§āĻ°āĻ¸ āĻ•āĻ°ā§‡ XSS āĻŽāĻžāĻ°āĻ¤ā§‡ āĻšāĻŦā§‡...!</a></p></center>
</body>
3 Likes