Skip to content

SQLPad Panel - Detect

ID: sqlpad-panel

Severity: info

Author: s4e-io

Tags: panel,login,sqlpad,detect

SQLPad panel was discovered.

id: sqlpad-panel
info:
name: SQLPad Panel - Detect
author: s4e-io
severity: info
description: |
SQLPad panel was discovered.
reference:
- https://github.com/sqlpad/sqlpad
metadata:
verified: true
max-request: 1
fofa-query: "SQLPad"
tags: panel,login,sqlpad,detect
http:
- method: GET
path:
- "{{BaseURL}}/signin"
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>SQLPad</title>", "webpackJsonpsqlpad")'
- 'status_code == 200'
condition: and
# digest: 490a0046304402206606c46676e4f20077fcd46c0afb214158b5e1a3fb4598b2af004da400885cfb0220066dd6836bdd5cda905dac3c8e69a97b6b56a4f862332a7860d572d4837c3724:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sqlpad-panel.yaml"

View on Github