0% found this document useful (0 votes)
8 views

Practical 2 Dvwa

Uploaded by

hopalop877
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Practical 2 Dvwa

Uploaded by

hopalop877
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

012200100001018

PRACTICAL 2
Aim: Configuration of DVWA (Damn Vulnerable Web Application) with Apache server
Material Required: DVWA, XAMPP
Procedure:
 First download the DVWA zip file.

 After downloading, extract all the files from the zip file.
012200100001018

 Now copy paste all the files from that unzipped folder to Xampp htdocs folder.
012200100001018

 Now in the file “config”, Rename the config.inc.php.dist filename to config.inc.php

 Then open this current file in notepad and rewrite the “db user” on line 20 from
‘dvwa’ to ‘root’ and erase the “db password” in next line(don’t remove single quotes)

 Now open Xampp and run Apache and MySQL.

Go to https://localhost/setup.php>> Create/ Reset Database


012200100001018

Click Login
012200100001018

Enter the details: User ID = admin; Password = password

RESULTS:
DVWA has been activated.

You might also like