nuclei-templates/http/exposed-panels/sqlbuddy-panel.yaml

36 lines
747 B
YAML
Raw Normal View History

2023-01-22 05:47:06 +00:00
id: sqlbuddy-panel
info:
name: SQL Buddy Login Panel - Detect
2023-01-22 05:47:06 +00:00
author: nullfuzz
severity: info
description: |
SQL Buddy login panel was detected.
2023-01-22 05:47:06 +00:00
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.0
cwe-id: CWE-200
2023-01-22 05:47:06 +00:00
metadata:
max-request: 2
2023-01-22 05:47:06 +00:00
verified: true
2023-01-23 06:09:18 +00:00
shodan-query: http.title:"SQL Buddy"
2023-01-22 05:47:06 +00:00
tags: panel,sqlbuddy
http:
2023-01-22 05:47:06 +00:00
- method: GET
path:
2023-01-23 06:13:13 +00:00
- "{{BaseURL}}"
2023-01-22 05:47:06 +00:00
- "{{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')"
2023-01-23 06:09:18 +00:00
condition: and