Friday, May 27, 2016

BWAPP Pentest Lab Installation on Kali Linux



installation requirements

Web serverPMySQL
installation step by step

download bwapp pentest laband save directory /var/www

Extract fileroot@Lh4cKg:~#unzip/var/www/bWAPP.zip
Give full permission to theroot@Lh4cKg:~# chmod -R 777 /var/www/bWAPPEdit the file 'bWAPP/config.inc.p' with your own database connection settings.

root@Lh4cKg:~# vim /var/www/bWAPP/config.inc.p$db_server = "localhost"; // your database server (IP/name), here 'localhost'$db_username = "root"; // your MySQL user, here ' '$db_ = "toor"; // your MySQL , here ' 'Browse to the file 'install.p' in the directory 'bWAPP'.http://localhost/bWAPP/install.pClick here to install bWAPP.The database 'bWAPP' will be crted and click login buttonLogin with the default username and or make a new user.default username/: bee/bugYou are rdy to explore and the bee!This project is part of the ITSEC GAMES project. ITSEC GAMES are a fun approach to IT security eduion. IT security, ethical , training and fun... all mixed together.Enjoy!

No comments:

Post a Comment