nuclei-templates/exposed-panels/icinga-web-login.yaml

31 lines
657 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Icinga Web 2 Login"
tags: panel,icinga
requests:
- method: GET
path:
- '{{BaseURL}}/authentication/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Icinga Web 2 Login</title>"
- type: status
status:
- 200
# Enhanced by md on 2022/11/21