Add pocketbase-panel.yaml
parent
f4d05c2b99
commit
91a329c9c6
|
@ -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)))"
|
Loading…
Reference in New Issue