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

24 lines
435 B
YAML
Raw Normal View History

2021-07-06 17:40:43 +00:00
id: icinga-web-login
info:
name: Icinga Web 2 Login
author: dhiyaneshDK
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Icinga Web 2 Login"
2022-01-03 16:06:23 +00:00
tags: panel,icinga
2021-07-06 17:40:43 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/authentication/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Icinga Web 2 Login</title>"
- type: status
status:
- 200