Damn Vulnerable Node Application (DVNA) is a Node.js
web application that is damn vulnerable. Its intended purpose is to teach
secure coding concepts to web developers who use Node, and to explore web
application vulnerabilities in a controlled class environment or to serve as a
cyber range for capture the flag events. It's loaded with common web vulnerabilities and
various levels of complexity.
Open your kali Linux terminal and type the following
command
sudo apt-get
install git
Now type
wget -qO- https://raw.github.com/creationix/nvm/master/install.sh
| sh
source ~/.bashrc
In next type
nvm install 5.3.0
nvm use 5.3.0
git clone
https://github.com/quantumfoam/DVNA.git
cd DVNA/
npm set progress=false
In next step type
Now
type
node dvna.js
Navigate
to http://localhost:3000/
0 comments:
Post a Comment