35 lines
905 B
YAML
35 lines
905 B
YAML
id: nocodb-panel
|
|
|
|
info:
|
|
name: NocoDB Panel - Detect
|
|
author: userdehghani
|
|
severity: info
|
|
description: |
|
|
no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface
|
|
reference:
|
|
- https://www.nocodb.com/
|
|
- https://docs.nocodb.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:206985584
|
|
tags: panel,nocodb,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/dashboard/#/signin"
|
|
- "{{BaseURL}}/dashboard/favicon.ico"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="NocoDB'
|
|
case-insensitive: true
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200 && (\"206985584\" == mmh3(base64_py(body)))" |