nuclei-templates/exposed-panels/gira-homeserver-homepage.yaml

41 lines
789 B
YAML

id: gira-homeserver-homepage
info:
name: Gira HomeServer 4 Login Panel - Detect
author: tess
severity: info
description: Gira HomeServer 4 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.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Gira HomeServer 4"
tags: panel,gira
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Gira HomeServer 4"
- "Home page"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2022/11/15