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

31 lines
621 B
YAML
Raw Normal View History

2021-07-28 16:31:33 +00:00
id: cisco-sendgrid
info:
name: Cisco ServiceGrid
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Cisco+ServiceGrid%22
tags: panel,cisco
requests:
- 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>'