nuclei-templates/exposed-panels/hp-service-manager.yaml

32 lines
711 B
YAML

id: hp-service-manager
info:
name: HP Service Manager Login Panel - Detect
author: dhiyaneshDK
severity: info
description: HP Service Manager 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
metadata:
shodan-query: http.title:"HP Service Manager"
tags: panel,hp,service
requests:
- method: GET
path:
- '{{BaseURL}}/sm935/index.do'
- '{{BaseURL}}/sm/ess.do'
matchers-condition: and
matchers:
- type: regex
regex:
- '(?m)<title>HP Service Manager(.*)<\/title>'
- type: status
status:
- 200
# Enhanced by md on 2022/11/18