Hi, in this part of Extreme Vulnerable Node Application (XVNA) we will see how the XSS is been executed. As we know we are running on Expressjs and angularjs so there is only few method in angularjs on which XSS could be executed.
Let’s see how we cracked XSS in XVNA.
Extreme vulnerable node application is available at Github https://github.com/vegabird/xvna and you can download it and test on your localhost.
To avoid the XSS(Cross Site Scripting), we need to sanitize the user input, we can also escape the HTML character which will solve the XSS.