br3ign / XSSPlayground

A simple place to learn XSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XSSPlayground

A simple place to learn XSS. Made for myself to learn and to help others (please do use!)

Disclaimer

This is a works in progress and will change over time. Learn what you can!

Updates

15/03/2021 - Added new layout, reworked xss 1,2,3.

Screenshots

Setup

Host php

  1. Download the index.php file.
  2. Add to your /var/www/html folder

Tip: Make a new folder called 'xss' eg: /var/www/html/xss

  1. Run the php local server Have php installed so you can use php in terminal, then start a local server
php -S 127.0.0.1:8000
  1. Visit the page at http://127.0.0.1:8000/xss/index.php and start testing!

Host xampp

  1. Download the index.php file.
  2. Add to your /var/www/html folder or /var/www/html/xss
  3. Start xampp server, goto http://127.0.0.1/index.php or http://127.0.0.1/xss/index.php

About

A simple place to learn XSS


Languages

Language:PHP 100.0%