How is it possible for scammers on YouTube to use the same exact username as the author of the video?

Recently, there has been an absolute massive flood of scammers on YouTube videos related to Bitcoin. Their "trick" is to use the exact same username and profile picture as the person who uploaded the video, for example "MMCr… Continue reading How is it possible for scammers on YouTube to use the same exact username as the author of the video?

How to do and XSS on angle brackets, single, double quotes, backslash and backticks Unicode-escaped

I am doing some xss challenges and I have a challence that has angle brackets, single, double quotes, backslash and backticks Unicode-escaped when I enter them in the search box.
How can I bypass this filter ? I searched google but found n… Continue reading How to do and XSS on angle brackets, single, double quotes, backslash and backticks Unicode-escaped

Is unicode character encoding a safe alternative for html encoding when rendering unsafe user input to html?

I am building a web application in which a third party library is used, which transforms the user input into JSON and sends it to an controller action. In this action, we serialize the input using the standard Microsoft serialize from the … Continue reading Is unicode character encoding a safe alternative for html encoding when rendering unsafe user input to html?