Skip to content

Icinga Web 2 Login Panel - Detect

ID: icinga-web-login

Severity: info

Author: dhiyaneshDK

Tags: panel,icinga

Icinga Web 2 login panel was detected.

id: icinga-web-login
info:
name: Icinga Web 2 Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Icinga Web 2 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:icinga:icinga_web_2:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: icinga
product: icinga_web_2
shodan-query:
- http.title:"Icinga Web 2 Login"
- http.title:"icinga"
- http.title:"icinga web 2 login"
fofa-query:
- title="icinga web 2 login"
- title="icinga"
google-query:
- intitle:"icinga web 2 login"
- intitle:"icinga"
tags: panel,icinga
http:
- method: GET
path:
- '{{BaseURL}}/authentication/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Icinga Web 2 Login</title>"
- type: status
status:
- 200
# digest: 490a004630440220166297a8c64c08895c097ce734a036e9ae15dda20c2f63726fb7c1236677611e02207c83c29e4ebb39189d2c0f9f322d576548a45889aacf912d09352d5a888f9374: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/icinga-web-login.yaml"

View on Github