Skip to content

HP Service Manager Login Panel - Detect

ID: hp-service-manager

Severity: info

Author: dhiyaneshDK

Tags: panel,hp,service

HP Service Manager login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:hp:service_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: hp
product: service_manager
shodan-query:
- http.title:"HP Service Manager"
- http.title:"hp service manager"
fofa-query: title="hp service manager"
google-query: intitle:"hp service manager"
tags: panel,hp,service
http:
- 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
# digest: 4b0a00483046022100a572d9e77cf20eefab9a8213a2528c386e54a7510e5ce39a723211744453665e022100ec6fdba9edcbe87762d0acd5bb3833fe1b40fd60629af74d5e04d5950f7ee19a: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/hp-service-manager.yaml"

View on Github