Merge pull request #11021 from Kazgangap/sqlpad

add sqlpad panel
patch-12
Ritik Chaddha 2024-10-18 18:29:18 +05:30 committed by GitHub
commit aa98b206ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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