Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Intro to the DVWA filter_list
Author
Message
Intro to the DVWA #1
Introduction
The Damn Vulnerable Web Application is to help pentesters and other security professionals test tools and harden skills or obtain skills they may not already have. This is a perfect tool to help beginners move forward into hacking. This software can help people to NOT have to build test areas for tools and teaching.

Download
https://github.com/ethicalhack3r/DVWA/ar...master.zip

Install
After downloading, unzip it into your web root and move into the directory. I renamed my directory to dvwa. The first thing you see is below:
Code:
DVWA System error - config file not found. Copy config/config.inc.php.dist to config/config.inc.php and configure to your environment.

So let's follow the directions..
Code:
(xenial)root@localhost:/var/www/html/dvwa# mv config/config.inc.php.dist config/config.inc.php

So now, when you reload the page you should see something that says we need to configure our database. We probably need to create a database as well.

[Image: xzwIK1p.png]

So let's open the config we renamed and fill the variables in, and then create our database, or vice versa.

[Image: rz7N9Lq.png]

Next, click the reset/create database button at the bottom and you will be redirected to the login screen (if all went well).

[Image: LKqshCp.png]

You can login with admin:password and you're ready to play

[Image: X6iSpru.png]
(This post was last modified: 01-15-2019, 06:34 AM by sunjester.)

Reply

RE: Intro to the DVWA #2
another great guide. thank you for posting it.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply







Users browsing this thread: 1 Guest(s)