25 lines
505 B
YAML
25 lines
505 B
YAML
id: cisco-network-config
|
|
|
|
info:
|
|
name: Cisco System Network Configuration Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
reference: https://www.exploit-db.com/ghdb/5430
|
|
tags: config,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/CGI/Java/Serviceability?adapter=device.statistics.configuration"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Network Configuration"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|