nuclei-templates/exposed-panels/fastapi-docs.yaml

22 lines
429 B
YAML
Raw Normal View History

id: fastapi-docs
info:
name: FastAPI
author: github.com/its0x08
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/docs"
- "{{BaseURL}}/redoc"
- "{{BaseURL}}/openapi.json"
condition: or
matchers:
- type: word
words:
- "<title>FastAPI - Swagger UI</title>"
- "<title>FastAPI - ReDoc</title>"
- '{"title":"FastAPI"'
condition: or