Server Side Template Injection for EJS template in NodeJS
I’d like to create a Web-App with Server-Side Template Injection vulnerability in NodeJS. The template used in the Application is EJS with Express-Framework.
Below are the code bits:
index.js (Route)
router.get(‘/page3’, … Continue reading Server Side Template Injection for EJS template in NodeJS