An array of vulnerable Web pages to test security tools or manual assessment.
- Clone this repository
git clone https://github.com/AvalZ/cyber-gym.git
orgit clone [email protected]:AvalZ/cyber-gym.git
or- download the zip from here and unzip it in a local folder.
cd cyber-gym/
(orcd cyber-gym-master
if you downloaded the zip)docker-compose up
- Browse http://127.0.0.1:8080
- Create a table named 'accounts' or go to http://127.0.0.1:8080/db/setup_db.php
- Done!
- Clone this repository
git clone https://github.com/AvalZ/cyber-gym.git
orgit clone [email protected]:AvalZ/cyber-gym.git
or- download the zip from here and unzip it in a local folder.
cd cyber-gym/
(orcd cyber-gym-master
if you downloaded the zip)vagrant up
- Browse http://192.168.33.10
- Create a table named 'accounts' or go to http://192.168.33.10/db/setup_db.php
- Done!