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>