nuclei-templates/exposed-panels/identity-services-engine.yaml

29 lines
673 B
YAML

id: identity-services-engine
info:
name: Cisco Identity Services Engine Admin Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Cisco Identity Services Engine admin login panel was detected.
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
metadata:
shodan-query: http.title:"Identity Services Engine"
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/admin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Identity Services Engine</title>'
# Enhanced by md on 2022/11/21