SQL Buddy Login Panel - Detect
ID: sqlbuddy-panel
Severity: info
Author: nullfuzz
Tags: panel,sqlbuddy
Description
Section titled “Description”SQL Buddy login panel was detected.
YAML Source
Section titled “YAML Source”id: sqlbuddy-panel
info: name: SQL Buddy Login Panel - Detect author: nullfuzz severity: info description: | SQL Buddy login panel was detected. reference: - http://sqlbuddy.com/ 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:sqlbuddy:sql_buddy:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 shodan-query: http.title:"SQL Buddy" product: sql_buddy vendor: sqlbuddy tags: panel,sqlbuddy
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/sqlbuddy/"
stop-at-first-match: true host-redirects: true max-redirects: 2 matchers: - type: dsl dsl: - "status_code == 200" - "contains(body, '<title>SQL Buddy')" condition: and# digest: 490a0046304402203a3027da998cf3c2e1365d11417c2fd41ba32c3fb052e936b3237222213fca3002207e0217517564e3c7bbc73d928b1d42fa1ff840e85bfd2b90402bedb632bf9615: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/sqlbuddy-panel.yaml"