nuclei-templates/http/exposed-panels/sensu-panel.yaml

36 lines
684 B
YAML
Raw Normal View History

2023-03-06 07:00:02 +00:00
id: sensu-panel
2023-03-05 18:16:12 +00:00
info:
name: Sensu by Sumo Logic Login Panel - Detect
2023-03-05 18:16:12 +00:00
author: ja1sh
2023-03-06 07:00:02 +00:00
severity: info
2023-03-05 18:16:12 +00:00
description: |
Sensu by Sumo Logic login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-03-05 18:16:12 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-05 18:16:12 +00:00
shodan-query: http.favicon.hash:-749942143
2023-03-08 19:08:57 +00:00
tags: panel,sensu,sumo,detect
2023-03-05 18:16:12 +00:00
http:
2023-03-05 18:16:12 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>Sensu
- type: status
status:
- 200
# Enhanced by md on 2023/03/29