Skip to content

Cisco Identity Services Engine Admin Login Panel - Detect

ID: identity-services-engine

Severity: info

Author: dhiyaneshDK

Tags: panel,cisco

Cisco Identity Services Engine admin login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:cisco:identity_services_engine:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: cisco
product: identity_services_engine
shodan-query:
- http.title:"Identity Services Engine"
- http.title:"identity services engine"
fofa-query: title="identity services engine"
google-query: intitle:"identity services engine"
tags: panel,cisco
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/admin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Identity Services Engine</title>'
# digest: 4a0a00473045022100e0e71054c9f1d241c3c4cbf4dcfc38d5d83e0bc177391023726879af1ed5baf30220553edfd3cff3d27bfe6050bc20a3424a326833f5c69f0f8ce6504cf8fdf0f867:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/identity-services-engine.yaml"

View on Github