Skip to content

PocketBase Panel - Detect

ID: pocketbase-panel

Severity: info

Author: userdehghani

Tags: panel,pocketbase,login,detect

PocketBase Login panel was discovered.

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
# digest: 4b0a00483046022100b56987306facc36510ba06c80b3ddee020f0269cc72dcf51267c699209fa59c0022100af565f97398edf5f53cd06e25e1a47d04b6ea66e88e51de0df45e65b68c3ed87:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/pocketbase-panel.yaml"

View on Github