37 lines
984 B
YAML
37 lines
984 B
YAML
id: cisco-sendgrid
|
|
|
|
info:
|
|
name: Cisco ServiceGrid Login Panel - Detect
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Cisco ServiceGrid"
|
|
tags: panel,cisco
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/pages/sdcall/Login.jsp'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^<title>Cisco ServiceGrid (.*)<\/title>$'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<div class="top\-margin">Version ([0-9.]+)<\/div>'
|
|
# digest: 490a004630440220762050db4bf241ae62dd4a13393fbfe5cd0f3cb94e34855b6c3efe290370a97c0220473e95c23293663a054984d953b6bc4e32d0bde4709150694e24164e79b17b66:922c64590222798bb761d5b6d8e72950 |