Graphite Browser Login Panel - Detect
ID: graphite-browser
Severity: info
Author: 0x_Akoko
Tags: graphite,panel
Description
Section titled “Description”Graphite Browser login panel was detected.
YAML Source
Section titled “YAML Source”id: graphite-browser
info: name: Graphite Browser Login Panel - Detect author: 0x_Akoko severity: info description: Graphite Browser login panel was detected. reference: - https://graphiteapp.org/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:graphite_project:graphite:*:*:*:*:*:*:*:* metadata: max-request: 1 shodan-query: http.title:"Graphite Browser" product: graphite vendor: graphite_project tags: graphite,panel
http: - method: GET path: - "{{BaseURL}}/"
matchers-condition: and matchers: - type: word part: body words: - "<title>Graphite Browser</title>"
- type: status status: - 200# digest: 4a0a0047304502205042f0207e140a36b429a0c2c808b840ca721bcdd9ff646d0b0d5d02e7083980022100f52025146150cb21fed9c49cc513ff52416fa56da2a61b8a35ba9a204a79f400: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/exposed-panels/graphite-browser.yaml"