Created
April 7, 2025 17:49
-
-
Save Root1856/b57778fcb3bb6eedb5ed5aec292af97d 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
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "title": "Injected Spec - POC", | |
| "version": "1.0.0" | |
| }, | |
| "host": "example.com", | |
| "basePath": "/api", | |
| "schemes": ["https"], | |
| "paths": { | |
| "/leak": { | |
| "get": { | |
| "summary": "Token Exfil Example", | |
| "responses": { | |
| "200": { | |
| "description": "It works" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment