<script type="text/javascript">alert('Xss done');</script>

xss
10,215

The output is html encoded.

All html entities are replaced with their escaped characters, for example "<" is replaced by &lt;.

More info on wikipedia along with a list of html characters, http://en.wikipedia.org/wiki/Character_encodings_in_HTML

Share:
10,215
cyberdantes
Author by

cyberdantes

Experienced Senior Software Engineer Team Lead with a demonstrated history of working in the logistics and supply chain industry. Focused on, long term, clean and efficient software solutions from client specifications. Strong engineering professional with a Bachelor's degree (Honored) focused in Physics from ISPEJV. Specialties: Microsoft C#, Microsoft .NET Core Framework, Microsoft .NET Framework, Microsoft Visual Studio 2017, Azure Storage, Azure SQL Server, Azure CosmoDB, Azure functions, NServiceBus, ASP.NET MVC and ASP.NET, JavaScript, JQuery, Ajax, Entity Framework, Typescript, React, LLBL Gen Pro, PHP, RavenDB, Microsoft SQL Server (T-SQL), MySQL, Oracle, XML, CSS, HTML5, CSS3, RUP, UML, Enterprise Architect, Git, Microsoft Visual SourceSafe, SVN, CodeSmith, Crystal Report. Microsoft Report Viewer, CSLA.

Updated on June 14, 2022

Comments

  • cyberdantes
    cyberdantes almost 2 years

    How do you resolve this Xss from Stackoverflow?