Add pocketbase-panel.yaml

patch-2
M. Dehghani 2024-05-13 11:35:41 +03:30 committed by GitHub
parent f4d05c2b99
commit 91a329c9c6
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: pocketbase-panel
info:
name: PocketBase Panel - Detect
author: userdehghani
severity: info
description: |
PocketBase Login panel was discovered.
reference:
- https://pocketbase.io/
- https://pocketbase.io/docs/
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:981081715
tags: panel,nocodb,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/_/#/login"
- "{{BaseURL}}/_/images/favicon/favicon.ico"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>PocketBase'
case-insensitive: true
- type: dsl
dsl:
- "status_code==200 && (\"981081715\" == mmh3(base64_py(body)))"