AvalZ / cyber-gym

Deliberately vulnerable scripts for Web Security training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deliberately vulnerable scripts for Web Security training


Languages

Language:HTML 45.9%Language:PHP 44.6%Language:CSS 5.1%Language:JavaScript 4.1%Language:Dockerfile 0.3%