From 606bd462f9aa1217b4620f741d79a9a4c9efe979 Mon Sep 17 00:00:00 2001 From: sergheusz Date: Sun, 22 Jan 2023 02:47:06 -0300 Subject: [PATCH] Added sqlbuddy-panel Template --- exposed-panels/sqlbuddy-panel.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 exposed-panels/sqlbuddy-panel.yaml diff --git a/exposed-panels/sqlbuddy-panel.yaml b/exposed-panels/sqlbuddy-panel.yaml new file mode 100644 index 0000000000..f2f26c8816 --- /dev/null +++ b/exposed-panels/sqlbuddy-panel.yaml @@ -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, 'SQL Buddy')" + condition: and \ No newline at end of file