How to setup DVWA in Kali Linux For Beginners [Kali Linux 2023.2]

Описание к видео How to setup DVWA in Kali Linux For Beginners [Kali Linux 2023.2]

In this video i will gonna show how to install dvwa in kali linux,
The aim of DVWA is to practice some of the most common web vulnerabilities, with various levels of difficulty, with a simple straightforward interface. DVWA is a PHP/MySQL web application, whose main goal is to be an aid for security professionals to test their skills and tools in a legal environment.

DVWA Download Link : https://github.com/digininja/DVWA.git
Start Apache2 Server : sudo service apache2 start
Start Mysql server : sudo service mysql start
Create DVWA Database
create database dvwa;
create user ‘dvwa’@'localhost';
grant all privileges on dvwa.* to ‘dvwa’@'localhost';

#mrwebsecure #dvwa #kalilinux #setup

Website: www.mrwebsecure.com
Facebook : https://www.facebook.com/profile.php?...
Instagram :   / mrwebsecure_india  
Twitter :   / mrwebsecure  

Комментарии

Информация по комментариям в разработке