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

24 lines
435 B
YAML

id: icinga-web-login
info:
name: Icinga Web 2 Login
author: dhiyaneshDK
severity: info
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