17Mar
How can I execute a XSS when a web application transforms a data from lowercase to uppercase?
I’m testing a web application, when I send an input data to web application, this places the data in an onclick function, something like this:
<a href=”#” onclick=”someFunction(‘dataFromServer’, ‘0’);”>link</a>
But, the web …