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

33 lines
638 B
YAML
Raw Normal View History

2022-06-15 07:23:31 +00:00
id: ictprotege-login-panel
info:
name: ICT Protege WX Login Panel - Detect
2022-06-15 07:23:31 +00:00
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
2022-06-15 07:23:31 +00:00
tags: panel,ictprotege
requests:
- method: GET
path:
2022-06-15 07:25:49 +00:00
- "{{BaseURL}}/login.htm"
2022-06-15 07:23:31 +00:00
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