nuclei-templates/exposed-panels/f-secure-policy-manager.yaml

32 lines
703 B
YAML
Raw Normal View History

2021-07-29 13:42:08 +00:00
id: f-secure-policy-manager
info:
name: F-Secure Policy Manager Server Login Panel - Detect
2021-07-29 13:42:08 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"F-Secure Policy Manager Server"
2021-07-29 13:42:08 +00:00
tags: login,panel
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>F-Secure Policy Manager Server</title>'
- type: status
status:
- 200
# Enhanced by md on 2022/11/14