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

31 lines
635 B
YAML

id: sqlbuddy-panel
info:
name: SQL Buddy Panel
author: nullfuzz
severity: info
description: |
SQL Buddy is a third-party tool that you can use to MySQL administration.
reference:
- http://sqlbuddy.com/
metadata:
verified: true
shodan-query: http.title:"SQL Buddy"
tags: panel,sqlbuddy
requests:
- 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