Triggering an XSS through a shortened URL?
I have this piece of HTML:
<img src=”image src” alt=”{injectable}” title=”{injectable}” border=”0″>
where {injectable} values correspond to the same input value that has to be 32 characters long. How can I trigger my XSS by an ext… Continue reading Triggering an XSS through a shortened URL?