Skip to content

giancarlo179/XSSPlayground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

  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 or xampp

*If you have xampp installed use that instead of the php server. (htdocs)

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!

About

A simple place to learn XSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%