labs link

https://drive.google.com/file/d/17dwO0PHbJ0Lbg_7M-ZRJp9QF0PRZcqWy/view?usp=drive_link

after install copy it to your linux

run this commands

sudo apt update

sudo apt install docker.io

sudo apt install docker-compose
 ###############################
 if not work try this 
 sudo curl -L "<https://github.com/docker/compose/releases/latest/download/docker-compose-$>(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

sudo chmod +x /usr/local/bin/docker-compose

docker-compose --version

sudo usermod -aG docker $USER

restart your machine now

now go to your directory which contain the labs

unzip bugbounty-v1.0.zip
ls 
cd bugbounty

you should see everything is good

run

sudo docker-compose up ##take some time 

after that 

open new tap 

./set-permissions.sh

now you are ready to go

go open your browser and open localhost

Authentication & Authorization Attacks
Injection Attacks
--File Inclusion
--SQL Injection
--XSS
--Command Injection
--SSTI
--XXE
--SSRF
Other Attacks
--file upload
--csrf
--open redirect