31 lines
665 B
YAML
31 lines
665 B
YAML
id: graylog-api-browser
|
|
|
|
info:
|
|
name: Detect Graylog REST API
|
|
author: PR3R00T
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,graylog
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022072848f4c73e1552813fecf3ab1319c9e71ee5cd1128ab30aaafbda2a551dd3ed022100cd65be86b7ab0ac6c2780a6bdc3e3b78e9be2bee0d3781066c0d099b33b83a38:922c64590222798bb761d5b6d8e72950
|