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

23 lines
444 B
YAML
Raw Normal View History

id: fastapi-docs
info:
2021-07-12 12:41:45 +00:00
name: FastAPI Docs
author: github.com/its0x08
severity: info
2021-07-12 12:41:45 +00:00
tags: fastapi,tech,panel
requests:
- method: GET
path:
- "{{BaseURL}}/docs"
- "{{BaseURL}}/redoc"
- "{{BaseURL}}/openapi.json"
matchers:
- type: word
words:
- "<title>FastAPI - Swagger UI</title>"
- "<title>FastAPI - ReDoc</title>"
- '{"title":"FastAPI"'
condition: or