mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
29 lines
661 B
YAML
29 lines
661 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: 490a00463044022012c75fcefc59f5585ba904c26894ee7945248d41e9d064f44175d832ebee0771022035bd12e424cb84b6e2fa68f307a4a2aa8a7a3b4305882d84df9b3cb96d477f17:922c64590222798bb761d5b6d8e72950 |