Skip to content

Latest commit

 

History

History

VulnWeb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

About the Website

This repository is a dockerized vulnerabile PHP application containing some interesting information.

OWASP References:

  • Classification: Web Application Security Testing > 10-Business Logic Testing
  • WSTG: WSTG-BUSL-09

Quick Start Using Docker

Using docker-compose:

  1. To access the challenges, you need docker and docker-compose installed.
  2. Clone the repository
    git clone https://github.com/The-Trustworthy/CyberTech.git
  3. Open the main directory of the project and nevigate to VulnWeb directory (where docker-compose.yml file exists) and run: docker-compose up
  4. Access the challenges with this URL: http://localhost:9999

Footnote

Inspired from work of moeinfatehi.