Skip to content

F-Secure Policy Manager Server Login Panel - Detect

ID: f-secure-policy-manager

Severity: info

Author: dhiyaneshDK

Tags: login,panel,withsecure

F-Secure Policy Manager Server login panel was detected.

id: f-secure-policy-manager
info:
name: F-Secure Policy Manager Server Login Panel - Detect
author: dhiyaneshDK
severity: info
description: F-Secure Policy Manager Server login panel was detected.
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:withsecure:f-secure_policy_manager:*:*:*:*:windows:*:*:*
metadata:
max-request: 1
vendor: withsecure
product: f-secure_policy_manager
shodan-query:
- http.title:"F-Secure Policy Manager Server"
- http.title:"f-secure policy manager server"
fofa-query: title="f-secure policy manager server"
google-query: intitle:"f-secure policy manager server"
tags: login,panel,withsecure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>F-Secure Policy Manager Server</title>'
- type: status
status:
- 200
# digest: 490a004630440220793c8d282d8791abe3aaf9b5e60b21abca130c600b0b4c1e4e6e7a666ad32ec302200c75cd48c0eed171cb889d556b9a3621723f8a9ab88063ac2ba4b9d466bfbb4a: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/f-secure-policy-manager.yaml"

View on Github