summaryrefslogtreecommitdiff
path: root/src/assets/projects/02-xssbook.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/projects/02-xssbook.md')
-rw-r--r--src/assets/projects/02-xssbook.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/assets/projects/02-xssbook.md b/src/assets/projects/02-xssbook.md
new file mode 100644
index 0000000..6585006
--- /dev/null
+++ b/src/assets/projects/02-xssbook.md
@@ -0,0 +1,9 @@
+---
+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).