Sign inSign up

jbarone/xsspenlab

By jbarone

Updated almost 11 years ago

Image
1

1.6K

jbarone/xsspenlab repository overview

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.

Tag summary

Content type

Image

Digest

sha256:69735d78f

Size

82.2 MB

Last updated

almost 11 years ago

docker pull jbarone/xsspenlab