Skip to content

Gira HomeServer 4 Login Panel - Detect

ID: gira-homeserver-homepage

Severity: info

Author: tess

Tags: panel,gira

Gira HomeServer 4 login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:o:gira:gira_home_server_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"Gira HomeServer 4"
product: gira_home_server_firmware
vendor: gira
tags: panel,gira
http:
- 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
# digest: 4b0a00483046022100e56ad495849be211c404517fc1213b7ade9b7bf42f977b29bd974a18f24b9302022100d5d11ea6e0eb1de1fc9688538060c78b310b99d2064e3f67f7129c50f1911d79: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/gira-homeserver-homepage.yaml"

View on Github