9 lines
395 B
Markdown
9 lines
395 B
Markdown
---
|
|
name: xssbook
|
|
repo: 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](https://xssbook.com).
|