This repository is a dockerized vulnerabile PHP application containing some interesting information.
- Classification: Web Application Security Testing > 10-Business Logic Testing
- WSTG: WSTG-BUSL-09
Using docker-compose:
- To access the challenges, you need docker and docker-compose installed.
- Clone the repository
git clone https://github.com/The-Trustworthy/CyberTech.git
- Open the main directory of the project and nevigate to
VulnWeb
directory (where docker-compose.yml file exists) and run:docker-compose up
- Access the challenges with this URL: http://localhost:9999
Inspired from work of moeinfatehi
.