Skip to content

Pritunl - Panel

ID: pritunl-panel

Severity: info

Author: irshad ahamed

Tags: pritunl,panel,login

Realtime website and application monitoring tool

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/
classification:
cpe: cpe:2.3:a:pritunl:pritunl:*:*:*:*:*:*:*:*
metadata:
max-request: 1
product: pritunl
shodan-query: title:"Pritunl"
vendor: pritunl
verified: true
tags: pritunl,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Pritunl</title>'
- type: status
status:
- 200
# digest: 4b0a0048304602210097c3278313e202ac8d181c64fe99a1aa45f6d16d9f74ee08aff56e8161842f46022100d4156d3a6742475aafcd35f03f06ff8c1ed1c11a0ecc1c6ae63ec322fa924c71: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/pritunl-panel.yaml"

View on Github