Skip to content

Instantly share code, notes, and snippets.

@Root1856
Created April 7, 2025 17:49
Show Gist options
  • Select an option

  • Save Root1856/b57778fcb3bb6eedb5ed5aec292af97d to your computer and use it in GitHub Desktop.

Select an option

Save Root1856/b57778fcb3bb6eedb5ed5aec292af97d to your computer and use it in GitHub Desktop.
{
"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