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/"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Graylog"
|
|
|
|
- "REST API browser"
|
|
|
|
- "swagger"
|
|
|
|
condition: and
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|