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

27 lines
443 B
YAML
Raw Normal View History

2020-12-17 14:39:08 +00:00
id: graylog-api-browser
info:
name: Detect Graylog REST API
author: PR3R00T
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,graylog
2020-12-17 14:39:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/api-browser/"
2020-12-17 14:39:08 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Graylog"
- "REST API browser"
- "swagger"
condition: and
2020-12-17 14:39:08 +00:00
- type: status
status:
- 200