2021-07-12 10:40:30 +00:00
|
|
|
id: fastapi-docs
|
|
|
|
|
|
|
|
info:
|
2022-11-15 16:28:37 +00:00
|
|
|
name: FastAPI Docs Panel - Detect
|
2021-07-12 10:40:30 +00:00
|
|
|
author: github.com/its0x08
|
|
|
|
severity: info
|
2022-11-15 16:28:37 +00:00
|
|
|
description: FastAPI Docs panel was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2021-07-12 12:41:45 +00:00
|
|
|
tags: fastapi,tech,panel
|
|
|
|
|
2021-07-12 10:40:30 +00:00
|
|
|
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
|
2022-11-15 16:28:37 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/14
|