2021-07-28 16:31:33 +00:00
|
|
|
id: cisco-sendgrid
|
|
|
|
|
|
|
|
info:
|
2022-11-09 21:36:13 +00:00
|
|
|
name: Cisco ServiceGrid Login Panel - Detect
|
2021-07-28 16:31:33 +00:00
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: info
|
2022-11-09 21:36:13 +00:00
|
|
|
description: Cisco ServiceGrid 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
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2022-11-09 21:36:13 +00:00
|
|
|
cwe-id: CWE-200
|
2022-07-04 08:46:15 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-04 08:46:15 +00:00
|
|
|
shodan-query: http.title:"Cisco ServiceGrid"
|
2021-07-28 16:31:33 +00:00
|
|
|
tags: panel,cisco
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-28 16:31:33 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/pages/sdcall/Login.jsp'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-07-29 06:24:34 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?m)^<title>Cisco ServiceGrid (.*)<\/title>$'
|
2021-07-28 16:31:33 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-07-29 06:24:34 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '<div class="top\-margin">Version ([0-9.]+)<\/div>'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402203ac71e076e46255779d47fb30a3ea908ca9ef194e62c33e8d5b07587a35bcf2802206e61b255c4b97d8195c707d00264fc5d5924001ac16b6e0a79b2c668419cee81:922c64590222798bb761d5b6d8e72950
|