2021-02-24 16:47:10 +00:00
|
|
|
id: openapi
|
|
|
|
|
|
|
|
info:
|
2023-02-05 18:06:10 +00:00
|
|
|
name: OpenAPI - Detect
|
2022-12-05 13:33:45 +00:00
|
|
|
author: pdteam,ynnirc
|
2021-02-24 16:47:10 +00:00
|
|
|
severity: info
|
2023-02-05 21:40:14 +00:00
|
|
|
description: OpenAPI was detected.
|
2023-02-06 20:44:34 +00:00
|
|
|
reference:
|
|
|
|
- https://www.openapis.org/
|
2023-02-05 16:17:48 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-02-05 16:17:48 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: exposure,api
|
2021-02-24 16:47:10 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-02-24 16:47:10 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/openapi.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- openapi
|
|
|
|
- paths
|
|
|
|
condition: and
|
|
|
|
|
2023-01-16 10:36:39 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- application/openapi+json
|
|
|
|
- application/json
|
|
|
|
condition: or
|
|
|
|
|
2021-02-24 16:47:10 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100aebbbfb61b53494a11771ec1d5661fee0afba212f4e5911ab9eb030afddcd90b022100a9c45435d3447a1c003f20503cafa44cb506029f635e30a4e172c2aedb5d087b:922c64590222798bb761d5b6d8e72950
|