Skip to content

Structurizr Panel - Detect

ID: structurizr-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,structurizr,detect

Structurizr login panel was detected.

id: structurizr-panel
info:
name: Structurizr Panel - Detect
author: DhiyaneshDk
severity: info
description: Structurizr login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:structurizr:on-premises_installation:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: structurizr
product: on-premises_installation
shodan-query: http.favicon.hash:1199592666
fofa-query: icon_hash=1199592666
tags: panel,structurizr,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/signin"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Structurizr'
- 'alt="Structurizr'
- 'structurizrBackground'
condition: or
- type: status
status:
- 200
# digest: 490a0046304402200b30342883048377f264402ca1b7108a5edbb326c53678cdbdfd0475db3614e302201df1a426d7599186dacbc15602bbdde787ab32a0f466316923f4d3c5a4cac1a2: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/structurizr-panel.yaml"

View on Github