BWAPP Pentest Lab Installation on Kali Linux


  installation requirements

  • Web server
  • PHP
  • MySQL

installation step by step

download bwapp pentest lab and save directory /var/www

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

                          
    • root@Lh4cKg:~# vim /var/www/bWAPP/config.inc.php
    • $db_server = "localhost"; // your database server (IP/name), here 'localhost'
    • $db_username = "root";  // your MySQL user, here ' '
    • $db_password = "toor";  // your MySQL password, here ' '
  • Browse to the file 'install.php' in the directory 'bWAPP'.
    • http://localhost/bWAPP/install.php
  • Click here to install bWAPP.
    • The database 'bWAPP' will be created and click login button
  • Login with the default username and password or make a new user.
    • default username/password: bee/bug
  • You are ready to explore and exploit the bee!
This project is part of the ITSEC GAMES project. ITSEC GAMES are a fun approach to IT security education. IT security, ethical hacking, training and fun... all mixed together.
Enjoy!

No comments:

Post a Comment