Skip to content

Instantly share code, notes, and snippets.

View rayansec's full-sized avatar
💻

Anouar RIYANE rayansec

💻
View GitHub Profile
@rayansec
rayansec / payload.json
Created October 5, 2025 07:07
XSS Payload in Swagger
{
"swagger": "2.0",
"info": {
"title": "Test API",
"description": "Test API with XSS Payload"
},
"paths": {
"/test": {
"get": {
"summary": "Test endpoint",
@rayansec
rayansec / payload.js
Created October 5, 2025 07:03
XSS Payload Test Swagger
<script>alert('XSS')</script>