How to install Docker and set up DVWA (Damn Vulnerable Web Application)
Dharmendra Kumar
Cybersecurity Enthusiast | CTF Player | Security Researcher |Jr Penetration tester| VAPT | Data Structures & Algorithms | C & Python Programming
Description
Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is intentionally vulnerable to various web vulnerabilities. It’s designed as a learning tool for security enthusiasts, developers, and anyone interested in web application security. The main purpose of DVWA is to provide a safe environment where users can practice their skills in identifying, exploiting, and defending against web vulnerabilities.
Analysis
Step:- 1
The command sudo su is used to gain root privileges on a Unix-based system. When executed, it allows the user to switch to the root account, providing administrative access to the system.
Step:-2
The command apt install docker.io is used to install Docker on your system.
Step:-3
Go to the link https://github.com/eystsen/pentestlab
Step:-4 then use this command
Step:-5 change the directory
Step:-6 ./pentestlab.sh start dvwa this command is use to start dvwa
Step:-7 Then fll usernmae is admin and Password password and click to login button
Step:-8 Then click to create /reset database button
Step:-9 Then fll usernmae is admin and Password password and click to login button
Step:-10 Finally Installed Dvwa with help to doker
Thankyou for Visiting