DVWA is a Damn Vulnerable Web Application created for users to use (exploit) while learning web security testing.
Requirement:
Docker installed in your system
Steps to install the DVWA app in Docker:
- Launch Docker
- Run 'docker pull vulnerables/web-dvwa' (To pull the DVWA file from Docker Hub)
- Once pull succeeds, Run the command 'docker run --rm -it -p 80:80 vulnerables/web-dvwa'
Now your DVWA app is running in docker which can be accessed by 'localhost:80' or '127.0.0.1:80'
Hit the URL to open the DVWA app in your browser
Login with default credentials
To login you can use the following credentials:
To login you can use the following credentials:
Username: admin
Password: password
Set the difficulty level
The default difficulty level is the impossible level, you can change it in DVWA Security item in the left menu.
Happy Hacking!


Comments
Post a Comment