Added sqlbuddy-panel Template

patch-1
sergheusz 2023-01-22 02:47:06 -03:00
parent 9d6b931fbd
commit 606bd462f9
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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.html:"sqlbuddy" || 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