36 lines
980 B
YAML
36 lines
980 B
YAML
id: nocodb-panel
|
|
|
|
info:
|
|
name: NocoDB Panel - Detect
|
|
author: userdehghani
|
|
severity: info
|
|
description: |
|
|
NocoDB Login panel was discovered.
|
|
reference:
|
|
- https://www.nocodb.com/
|
|
- https://docs.nocodb.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
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)))"
|
|
# digest: 4a0a0047304502202d91b9987b076b69fb380021d6e59981aa8fcf5f9ecc2727db5c9594294ea385022100c2f911050ea4614eae0fd07985a3400ffdc0e953aad3fe9cfbdc139b836381a3:922c64590222798bb761d5b6d8e72950 |