Skip to content

Cisco Smart Software Manager On-Prem Panel - Detect

ID: cisco-onprem-panel

Severity: info

Author: irshad ahamed

Tags: cisco,manager,login,panel

Cisco Smart Software Manager On-Prem is an on-premises software license management solution offered by Cisco. It enables organizations to manage and optimize their Cisco software licenses, entitlements, and usage in their local data centers, providing greater control and visibility over software assets.

id: cisco-onprem-panel
info:
name: Cisco Smart Software Manager On-Prem Panel - Detect
author: irshad ahamed
severity: info
description: |
Cisco Smart Software Manager On-Prem is an on-premises software license management solution offered by Cisco. It enables organizations to manage and optimize their Cisco software licenses, entitlements, and usage in their local data centers, providing greater control and visibility over software assets.
reference:
- https://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/smart-software-manager-satellite/datasheet-c78-734539.html
- https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ssm-sql-X9MmjSYh
classification:
cpe: cpe:2.3:a:cisco:smart_software_manager_on-prem:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: cisco
product: smart_software_manager_on-prem
shodan-query:
- title:"On-Prem License Workspace"
- http.title:"on-prem license workspace"
fofa-query:
- title="On-Prem License Workspace"
- title="on-prem license workspace"
google-query: intitle:"on-prem license workspace"
tags: cisco,manager,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/#/logIn?redirectURL=%2F"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>On-Prem License Workspace</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502203fc1c2552fe6beff8a19a7485a9ed4c2fcc1f53072c9d420a30dcae0ea76f199022100c36fc12ca45e03e0ddf524528513db743da00d3552e2156a9d89b75bfdf1d07b: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/cisco/cisco-onprem-panel.yaml"

View on Github