Skip to content

Deliberately vulnerable scripts for Web Security training

Notifications You must be signed in to change notification settings

AvalZ/cyber-gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Gym

Deliberately vulnerable PHP scripts for Web Security training

An array of vulnerable Web pages to test security tools or manual assessment.

Usage (Docker)

Prerequisites

Setup

  1. Clone this repository
    • git clone https://github.com/AvalZ/cyber-gym.git or
    • git clone git@github.com:AvalZ/cyber-gym.git or
    • download the zip from here and unzip it in a local folder.
  2. cd cyber-gym/ (or cd cyber-gym-master if you downloaded the zip)
  3. docker-compose up
  4. Browse http://127.0.0.1:8080
  5. Create a table named 'accounts' or go to http://127.0.0.1:8080/db/setup_db.php
  6. Done!

Usage (Vagrant)

Prerequisites

Setup

  1. Clone this repository
    • git clone https://github.com/AvalZ/cyber-gym.git or
    • git clone git@github.com:AvalZ/cyber-gym.git or
    • download the zip from here and unzip it in a local folder.
  2. cd cyber-gym/ (or cd cyber-gym-master if you downloaded the zip)
  3. vagrant up
  4. Browse http://192.168.33.10
  5. Create a table named 'accounts' or go to http://192.168.33.10/db/setup_db.php
  6. Done!

Useful links

ZenHackademy