• caglararli@hotmail.com
  • 05386281520

How to use html encoded characters to perform XSS?

Çağlar Arlı      -    22 Views

How to use html encoded characters to perform XSS?

I am trying to perform XSS but to get out of the context and write the payload I need to use Angle brackets and the angle brackets are html encoded. I tried double encoding technique with url encoding+html encoding, url encoding+url encoding and html encoding+html encoding but none worked. Can you help me with this?