Merge pull request #9774 from userdehghani/patch-009

Add nocodb-panel.yaml
patch-2
Dhiyaneshwaran 2024-05-13 13:13:52 +05:30 committed by GitHub
commit 61a3b66bfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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: 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)))"