nuclei-templates/exposed-panels/cisco/cisco-systems-login.yaml

33 lines
627 B
YAML

id: cisco-systems-login
info:
name: Cisco Systems Login
author: dhiyaneshDk,idealphase
severity: info
metadata:
shodan-query: http.title:"Cisco Systems Login"
google-query: intitle:"Cisco Systems Login"
tags: panel,cisco
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Cisco Systems Login"
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<script src="javascript\/translate\.js\?ver=(.+)"><\/script>'