nuclei-templates/http/exposed-panels/cisco/cisco-sendgrid.yaml

38 lines
813 B
YAML
Raw Normal View History

2021-07-28 16:31:33 +00:00
id: cisco-sendgrid
info:
name: Cisco ServiceGrid Login Panel - Detect
2021-07-28 16:31:33 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-07-04 08:46:15 +00:00
metadata:
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
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>'