Create sentinel-license-monitor.yaml
parent
b8bbbc5ed5
commit
9b8eb51884
|
@ -0,0 +1,27 @@
|
||||||
|
id: sentinel-license-monitor
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Sentinel License Monitor - Detection
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: unknown
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: html:"Sentinel License Monitor"
|
||||||
|
tags: sentinel,license,monitor
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/keyinfo.html"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Sentinel License Monitor"
|
||||||
|
- "Licenses-in-use"
|
||||||
|
part: body
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue