Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sns-temp committed Nov 23, 2017
1 parent b0402f2 commit 432dd13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions views/learn.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<% } else if (messages.info) {%>
<div class="alert alert-info"><%= messages.info %></div>
<% } %>
<h3>Welcome to <strong>Damn Vulnerable Node Application</strong></h3>
<p>The <i>Damn Vulnerable Node Application</i> implements a set of intentionally vulnerable functions in NodeJS for learning purpose.
<h3>Welcome to <strong>Damn Vulnerable NodeJS Application</strong></h3>
<p>The <i>Damn Vulnerable NodeJS Application</i> 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: </p>

<ul>
Expand Down

0 comments on commit 432dd13

Please sign in to comment.