I just found this on xssed.com , and if anyone could explain me why is alert show here
Why %25 and then hex value , I tried just %hexvalue and nothing happens , how does %25 helps .
Thanks ,satisfy my curiosity…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The full XSS payload is:
If you perform a single url-decode you get the following:
If you perform a 2nd URL decode again you get the payload:
This is a doulbe-url encoded payload. when
%2522is url-decoded it becomes:%22because hex-25 is a %, and when it is url decoded again it becomes".