nuclei-templates/http/exposed-panels/cisco/cisco-asa-panel.yaml

32 lines
637 B
YAML
Raw Normal View History

2020-04-22 06:42:01 +00:00
id: cisco-asa-panel-detect
info:
name: Cisco ASA VPN Panel - Detect
2020-04-22 06:42:01 +00:00
author: organiccrap
2020-08-03 21:52:00 +00:00
severity: info
description: Cisco ASA VPN 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
2021-04-06 07:25:57 +00:00
tags: cisco,panel
metadata:
max-request: 1
2020-04-22 06:42:01 +00:00
http:
2020-04-22 06:42:01 +00:00
- method: GET
path:
- "{{BaseURL}}/+CSCOE+/logon.html"
2021-02-10 20:17:52 +00:00
host-redirects: true
2021-02-10 20:17:52 +00:00
max-redirects: 2
2020-04-22 06:42:01 +00:00
matchers:
- type: word
part: body
words:
- "/+CSCOU+/portal.css"
- "SSL VPN Service"
condition: or
# Enhanced by md on 2022/11/09