Hi, in this tutorial we will see how server-side js injection is performed in the Extreme Vulnerable Node Application.
As we know the application is running on Nodejs, so we know what are its command or its predefined tags which could be utilized to attack the application.
Few of them are as follows:
You can see how the attacks is been performed in the video below.
Extreme vulnerable node application is available at Github https://github.com/vegabird/xvna and you can download it and test in your localhost.
Sanitize the user input and avoid using eval function which could cause lot of damage.