Detect Graylog REST API
ID: graylog-api-browser
Severity: info
Author: PR3R00T
Tags: tech,graylog
Description
Section titled “Description”YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/graylog-api-browser.yaml"