XSS against improper character sanitization
I have the following code from an XSS challenge and I’ve been told that it’s vulnerable to XSS. And the hint to the question points to https://html.spec.whatwg.org/multipage/parsing.html#tag-open-state
<script>
let input = (new URL(l… Continue reading XSS against improper character sanitization