Merge pull request #8665 from projectdiscovery/structurizr-panel
Create structurizr-panel.yamlpatch-1
commit
1f72e00951
|
@ -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
|
Loading…
Reference in New Issue