website/src/assets/projects/02-xssbook.md
2024-05-24 09:05:42 -04:00

395 B

name repo
xssbook xssbook

xssbook is a website I created for xss scripting vulnerabilities. It is a facebook clone, backend written in rust with axum, and the frontend made in html, css, and vanilla javascript. The site work by failing to parse user input every step of the way, and renders it as direct html. You can view my hosted version at xssbook.com.