nuclei-templates/http/exposed-panels/nocodb-panel.yaml

35 lines
905 B
YAML
Raw Normal View History

2024-05-13 05:27:45 +00:00
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)))"