# kali
sudo git clone https://github.com/digininja/DVWA /var/www/html/DVWA --depth 1

sudo chmod -R 777 /var/www/html/DVWA
 
 
Back to Top