Skip to content

Persis Panel - Detect

ID: persis-panel

Severity: info

Author: righettod

Tags: panel,persis

Persis panel was detected,

id: persis-panel
info:
name: Persis Panel - Detect
author: righettod
severity: info
description: Persis panel was detected,
reference:
- https://www.persis.de/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:persis:human_resource_management_portal:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: title:"Persis"
product: human_resource_management_portal
vendor: persis
tags: panel,persis
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/main"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Persis</title>"
- "/persis/"
- "persis.require"
- "persis.ui.progress"
- "images_persis/"
condition: or
- type: status
status:
- 200
- 301
- 302
condition: or
# digest: 4a0a0047304502200513cf094d241f5c58829669854b1b5472ad9c44007072ab301a5840fd7a5a1b022100eaffb46ecf128311448852c04b3fd8cd14c33f1eaa3387f5d752bce2bbf05c80: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/persis-panel.yaml"

View on Github