Xss Demo

title: “Quick XSS Example” date: 2025-09-12 draft: false Introduction This is a short test post showing how the blog can render headings, italics, bold text, and inline code. Cross-Site Scripting (XSS) is one of the most common vulnerabilities in web applications. Example Payload Here’s a simple proof-of-concept XSS payload: <script>alert('XSS!')</script>

September 11, 2025 · 1 min · Spriggan

Second Post

This is just a quick test entry to see how the blog looks when more than one post is published. Hugo with the PaperMod theme should now show both this and the first post on your homepage.

September 11, 2025 · 1 min · Spriggan

My First Blog Post

Welcome to my new blog on spriggan.co.uk! 🚀

September 11, 2025 · 1 min · Spriggan