Admin Admin
عدد المساهمات : 577 نقاط : 1511 السٌّمعَة : 7 تاريخ التسجيل : 16/06/2013 العمر : 27 الموقع : منتدى العشاق
بطاقة الشخصية مرئي للجميع: بسم الله الرحمان الرحيم اصعد الله صباحكم
| موضوع: Installing DVWA on Backtrack 5 الأربعاء يوليو 08, 2015 11:55 pm | |
| What is DVWA? Damn Vulnerability Web Application (DVWA) is a Vulnerable Wep Application, designed for pentetration labs. Please note that not recommended to install it on your hosting.
- Download DVWA here
- Extract into local web server root (var/www)
root@bt# unzip DVWA-1.0.7.zip -d /var/www/
- Set permission of DVWA into 755
root@bt# chmod -R 755 /var/www/dvwa
- Edit database configuration for database connection with text editor
root@bt# kate /var/www/dvwa/config/config.inc.php
- Run MySQL, Start menu->Backtrack->Service->MySQL->Start Mysql
- Run Apache, Star menu->Backtrack->Service->HTTPD->Start HTTPD
- Create database for DVWA
root@bt# mysql -u root -p
Welcome to MySQL mysql> create database dvwa;
mysql> exit
- Point your Firefox to "http://127.0.0.1/dvwa/setup.php" click to create/reset database.
- Now run your dvwa from your favorit browser, http://127.0.0.1/dvwa
- Done
| |
|