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

29 lines
470 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
metadata:
max-request: 1
2020-12-17 14:39:08 +00:00
http:
2020-12-17 14:39:08 +00:00
- 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