Finally, my long-awaited first DVWA web hacking project has begun.
I've walked a lot of roads.
There were times when it was a little hard, but I grew dramatically.
And in the future, it will grow in a more positive direction.
Apache2 Settings
- a reference page
First, I will install the necessary environments in Cali Linux.
I set up apache2, which will serve as the most basic web server.
MySQL settings
I set up mysql to serve as a database.
Installing and Setting Up DVWA
I downloaded the DVWA from Github as follows and set up the necessary files.
DVWA access
If you access through localhost, you will see the login screen as described above.
id: admin
pw: password
The initial screen appears, and when you press the Create/Reset Database below, the initial setting is automatically completed, and it returns to the login screen.
If you log in again,
An environment for practice will be established as shown in the figure.
Top comments (0)