Skip to content

jbarone/xsspenlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSS Penlab

This repository is a simple php web application that contains 3 examples of Cross-site Scripting (XSS) vulnerabilities.

Setting Up

There are 2 ways provided to use this application, Docker and Vagrant.

Docker

To use the docker version of this application simply execute the following:

# docker run -d -p 80:80 jbarone/xsspenlab

Vagrant

To use the vagrant version, first you need to clone this repo and then start vagrant.

$ git clone https://github.com/jbarone/xsspenlab.git
$ cd xsspenlab
$ vagrant up

Using

Once the site is up and running you simple navigate your browser to http://localhost and have fun.

About

A simple web app with some xss vulnerabilities.

Resources

Stars

Watchers

Forks

Packages

No packages published