jbarone / web-attacks

web-attacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Application Attack Demonstration Lab

This lab environment was created to host a web application that is known to be vulnerable. In fact the application is split into several parts that demonstrate core vulnerabilities in web applications (SQL Injection, Command Injection, Code Injection, and XSS).

This is a LAMP development stack configuration for Vagrant, which means that it is a web application running in a self contained virtual machine, utilizing Linux, Apache, MySQL, and PHP.

Installation:

Download and install VirtualBox

Download and install vagrant

Clone this repository

$ git clone https://github.com/jbarone/web-attacks.git

Go to the repository folder and launch the box

$ cd web-attacks
$ vagrant up

vagrant up is the command that will setup and configure you virtual machine. If you've been playing for a while and want to reset the box back to pristine condition, run the following:

$ vagrant destroy
$ vagrant up

Using The Lab:

Once the virtual machine is up and running, you can simply access the lab site by opening a browser and going to:

About

web-attacks


Languages

Language:PHP 96.4%Language:CSS 3.6%