Giter Site home page Giter Site logo

xss-lab's Introduction

XSS LAB

Thanks to this repo, you'll be able to create a vulnerable VM to perform a simple XSS (Cross-Site Scripting).

The goal of it it to demonstrate and discover what is XSS

The install script has been tested on Debian.

Install

Create the VM

First create a Debian VM. A simple one with no GUI is enough. Just enable ssh.

During installation, create a user. It will be used to set the vulnerable website and it will be automatically deleted at the end.

Once the VM is created, connect to it, and install sudo and git, and give sudo role to the user

ssh myuser@myvm
su -
apt install -y sudo git
adduser myuser sudo
reboot

Make it vulnerable

git clone https://github.com/olivierprotips/XSS-LAB
cd XSS-LAB
chmod +x install.sh
sudo ./install.sh

Demo mode

By default, XSS-LAB is depoyed in automatic mode. It means that users messages are read automatically (to trigger XSS). That way, you can play in standalone.

In case of demonstration, it can be disabled, meaning that you will play the admin. You will have to display the "Read User Messages" to trigger XSS.

To activate the demo mode, after having retrieved the Git Repo :

chmod +x install.sh
sudo ./install.sh demo

Note: it is done at install. Modes cannot be switched after.

xss-lab's People

Contributors

olivierprotips avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.