32 lines
596 B
YAML
32 lines
596 B
YAML
|
id: pritunl-panel
|
||
|
|
||
|
info:
|
||
|
name: Pritunl - Panel
|
||
|
author: irshad ahamed
|
||
|
severity: info
|
||
|
description: |
|
||
|
Realtime website and application monitoring tool
|
||
|
reference:
|
||
|
- https://github.com/louislam/uptime-kuma
|
||
|
- https://uptime.kuma.pet/docs/
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Pritunl"
|
||
|
max-request: 1
|
||
|
tags: pritunl,panel,login
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/login"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Pritunl</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|