nuclei-templates/exposures/configs/hp-ilo-serial-key-disclosur...

29 lines
581 B
YAML
Raw Normal View History

id: hp-ilo-serial-key-disclosure
info:
name: HP ILO Serial Key Disclosure
author: dhiyaneshDk
severity: medium
reference:
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/hp-ilo-serial-key-disclosure.json
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/xmldata?item=CpqKey"
matchers-condition: and
matchers:
- type: word
words:
- "LTYPE"
- "LNAME"
- "KEY"
part: body
condition: and
- type: status
status:
- 200