force XSS after bypassing Request.Form using URL Encoding
I am testing a cross-site scripting attack on a website, as we all know the Request.Form function validates the input so the user couldn’t insert a <script> inside the input.
My focus in this question isn’t how to bypass the Request…. Continue reading force XSS after bypassing Request.Form using URL Encoding