Installing bWaPP in Windows 10,8,7 | Tutorial | By Team NPS

Опубликовано: 29 Октябрь 2024
на канале: Team NPS
133
1

Thxns for watching the video

How you can install bwapp in your windows and so that you can practise your hacking skills in it , legally

What all we need for this
1.Xampp
2.bWapp

###link:(description below)#####
xamp:https://www.apachefriends.org/downloa...

bwapp:https://sourceforge.net/projects/bwapp/
C:\xampp\htdocs\
just paste it here all the files


Lets fix it
C:\xampp\htdocs\bWAPP\admin\setting.php open this file with your fav txt editor

// Database connection settings
$db_server = "localhost";
$db_username = "root";
$db_password = "";
$db_name = "bWAPP";
Now here just make the password field empty like
this
save the file