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

32 lines
597 B
YAML

id: cisco-sendgrid
info:
name: Cisco ServiceGrid
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Cisco ServiceGrid"
tags: panel,cisco
requests:
- 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>'