Skip to content

Sensu by Sumo Logic Login Panel - Detect

ID: sensu-panel

Severity: info

Author: ja1sh

Tags: panel,sensu,sumo,detect

Sensu by Sumo Logic login panel was detected.

id: sensu-panel
info:
name: Sensu by Sumo Logic Login Panel - Detect
author: ja1sh
severity: info
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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-749942143
tags: panel,sensu,sumo,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>Sensu
- type: status
status:
- 200
# digest: 4b0a00483046022100bdf1fcd9d3b2b40ef2f6f14807a5d3aee6509849cd36fa1241816a87ddf4f47f022100941acd274593e23d5566fbf36c317c6072cdb14511a977f50f7202c725af585e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sensu-panel.yaml"

View on Github