nuclei-templates/exposed-panels/ictprotege-login-panel.yaml

33 lines
638 B
YAML

id: ictprotege-login-panel
info:
name: ICT Protege WX Login Panel - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: title:"ICT Protege WX®"
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
tags: panel,ictprotege
requests:
- method: GET
path:
- "{{BaseURL}}/login.htm"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>ICT Protege WX&reg;</title>"
- type: status
status:
- 200
# Enhanced by cs 2023/01/09