Merge pull request #8665 from projectdiscovery/structurizr-panel

Create structurizr-panel.yaml
patch-1
Ritik Chaddha 2023-11-23 14:42:41 +05:30 committed by GitHub
commit 1f72e00951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
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
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.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