diff --git a/README.md b/README.md index 27c37fef..735eca8c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Damn Vulnerable NodeJS Application (DVNA) -![dvna-logo](docs/resourcesdvna.png) +![dvna-logo](docs/resources/dvna.png) Damn Vulnerable NodeJS Application (DVNA) is a simple NodeJS application to demonstrate [**OWASP Top 10 Vulnerabilities**](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project#OWASP_Top_10_for_2013) and guide on fixing and avoiding these vulnerabilities. The [fixes](https://github.com/appsecco/dvna/tree/fixes) branch will contain fixes for the vulnerabilities. The application is powered by commonly used libraries such as [express](https://www.npmjs.com/package/express), [passport](https://www.npmjs.com/package/passport), [sequelize](https://www.npmjs.com/package/sequelize), etc. -The application comes with a developer friendly comprehensive guide which can be used to learn, avoid and fix the vulnerabilities. The guide will be available at https://appsecco.github.io/dvna and will contain the following +The application comes with a developer friendly comprehensive guide which can be used to learn, avoid and fix the vulnerabilities. The guide will be made available and will contain the following 1. Instructions for setting up DVNA 2. Instructions on exploiting the vulnerabilities diff --git a/views/learn.ejs b/views/learn.ejs index a2457e1c..c55cf216 100644 --- a/views/learn.ejs +++ b/views/learn.ejs @@ -21,8 +21,8 @@ <% } else if (messages.info) {%>
<%= messages.info %>
<% } %> -

Welcome to Damn Vulnerable Node Application

-

The Damn Vulnerable Node Application implements a set of intentionally vulnerable functions in NodeJS for learning purpose. +

Welcome to Damn Vulnerable NodeJS Application

+

The Damn Vulnerable NodeJS Application implements a set of intentionally vulnerable functions in NodeJS for learning purpose. Start by selecting one of the vulnerability class from the left menu or select one of the link below: