Skip to content

jbarone/xsslab

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
php
 
 
 
 
 
 
 
 
 
 

XSSLAB

This is a lab environment that was created for use in my BsidesNola talk. Use it as you will.

Dependencies

This lab is designed to use docker, so you must have docker installed.

You will also need some virtual environment such as VirtualBox or VMWare

This setup also needs a .env file to specify the setup for MYSQL. An example configuration is provided and will work as is, just copy it to .env and change the passwords to something you might prefer.

Running

With all dependencies met, we are now ready to get it up and running.

 $ git clone https://github.com/jbarone/xsslab.git
 $ cd xsslab
 $ cp env-example .env
 $ docker-compose up -d --build

Playing

That's it. You are now ready to play. Just surf to localhost

If you are using docker-machine then you need to navigate to the ip of the vm.

 $ open http://$(docker-machine ip default)

About

Lab setup for BsidesNola 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published