nuclei-templates/http/misconfiguration/sentinel-license-monitor.yaml

30 lines
573 B
YAML
Raw Normal View History

2024-04-17 08:51:58 +00:00
id: sentinel-license-monitor
info:
2024-04-17 12:18:08 +00:00
name: Sentinel License Monitor - Detect
2024-04-17 08:51:58 +00:00
author: DhiyaneshDk
severity: unknown
metadata:
verified: true
max-request: 1
shodan-query: html:"Sentinel License Monitor"
2024-04-17 12:18:08 +00:00
tags: misconfig,sentinel,license,monitor
2024-04-17 08:51:58 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/keyinfo.html"
2024-04-17 08:54:29 +00:00
matchers-condition: and
2024-04-17 08:51:58 +00:00
matchers:
- type: word
2024-04-17 12:15:45 +00:00
part: body
2024-04-17 08:51:58 +00:00
words:
- "Sentinel License Monitor"
- "Licenses-in-use"
2024-04-17 12:15:45 +00:00
condition: and
2024-04-17 08:51:58 +00:00
- type: status
status:
- 200