nuclei-templates/technologies/graylog-api-browser.yaml

27 lines
443 B
YAML

id: graylog-api-browser
info:
name: Detect Graylog REST API
author: PR3R00T
severity: info
tags: tech,graylog
requests:
- method: GET
path:
- "{{BaseURL}}/api/api-browser/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Graylog"
- "REST API browser"
- "swagger"
condition: and
- type: status
status:
- 200