Merge pull request #9778 from userdehghani/patch-0012

Add pocketbase-panel.yaml
patch-2
pussycat0x 2024-05-14 13:57:33 +05:30 committed by GitHub
commit d6ccc9d48c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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,pocketbase,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/_/#/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>PocketBase'
case-insensitive: true
- type: status
status:
- 200