38 lines
942 B
YAML
38 lines
942 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"SQL Buddy"
|
|
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: 4b0a00483046022100971899c70e838c81be1f5fd28aec19daa1d5684ecd318456424ec4c2bf728cd2022100a988c7a9fc91f014288871a177eee3adc2149d1838184920cd00d8dd3fcba063:922c64590222798bb761d5b6d8e72950
|