diff --git a/http/misconfiguration/sentinel-license-monitor.yaml b/http/misconfiguration/sentinel-license-monitor.yaml new file mode 100644 index 0000000000..405ba0b7d2 --- /dev/null +++ b/http/misconfiguration/sentinel-license-monitor.yaml @@ -0,0 +1,29 @@ +id: sentinel-license-monitor + +info: + name: Sentinel License Monitor - Detect + author: DhiyaneshDk + severity: unknown + metadata: + verified: true + max-request: 1 + shodan-query: html:"Sentinel License Monitor" + tags: misconfig,sentinel,license,monitor + +http: + - method: GET + path: + - "{{BaseURL}}/keyinfo.html" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Sentinel License Monitor" + - "Licenses-in-use" + condition: and + + - type: status + status: + - 200