Hello, I'm trying to install **** Vulnerable Web App, I used this shell script to install it http://theunl33t.blogspot.com/2011/0...nd-launch.html, but I got a lot of errors while installing and I'm not sure how to solve it, this is my output
Code:
root@kali:~# ./installDVWA.sh

#######################################
# **** Vulnerable Web App Installer Script #
#######################################
 Coded By: Travis Phillips
 Website: http://theunl33t.blogspot.com
[*] Changing directory to /var/www...Done!
[*] Removing default index.html...rm: cannot remove `index.html': No such file or directory
Done!
[*] Changing to Temp Directory...Done!
[*] Unzipping DVWA...unzip:  cannot find or open DVWA-1.0.7.zip, DVWA-1.0.7.zip.zip or DVWA-1.0.7.zip.ZIP.
Done!
[*] Deleting the zip file...rm: cannot remove `DVWA-1.0.7.zip': No such file or directory
Done!
[*] Copying dvwa to root of Web Directory...cp: cannot stat `dvwa/*': No such file or directory
Done!
[*] Clearing Temp Directory...rm: cannot remove `dvwa': No such file or directory
Done!
[*] Enabling Remote include in php.ini...Done!
[*] Enabling write permissions to /var/www/hackable/upload...chmod: cannot access `/var/www/hackable/uploads/': No such file or directory
Done!
[*] Starting Web Service...Done!
[*] Starting MySQL...Done!
[*] Updating Config File...cp: cannot stat `/var/www/config/config.inc.php': No such file or directory
./installDVWA.sh: line 55: /var/www/config/config.inc.php: No such file or directory
rm: cannot remove `/var/www/config/config.inc.php1': No such file or directory
Done!
[*] Updating Database...ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Done!
[*] Starting Firefox to DVWA
UserName: admin
Password: password
Done!
[*] DVWA Install Finished!
I have the zip file but it can't find it I guess, what do you guys think could be the problem, how do I install this?