nuclei-templates/exposed-panels/icc-pro-login.yaml

34 lines
612 B
YAML

id: icc-pro-login
info:
name: ICC Pro System Login
author: DhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/7980
metadata:
verified: true
shodan-query: title:"Login to ICC PRO system"
tags: panel,icc-pro,edb
requests:
- method: GET
path:
- "{{BaseURL}}/Account/Login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login to ICC PRO system</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200