A simple place to learn XSS. Made for myself to learn and to help others (please do use!)
This is a works in progress and will change over time. Learn what you can!
15/03/2021 - Added new layout, reworked xss 1,2,3.
Host
- Download the index.php file.
- Add to your /var/www/html folder
Tip: Make a new folder called 'xss' eg: /var/www/html/xss
- 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
- Visit the page at http://127.0.0.1:8000/xss/index.php and start testing!