Skip to content

Cisco ASA VPN Panel - Detect

ID: cisco-asa-panel-detect

Severity: info

Author: organiccrap

Tags: cisco,panel

Cisco ASA VPN panel was detected.

id: cisco-asa-panel-detect
info:
name: Cisco ASA VPN Panel - Detect
author: organiccrap
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
cwe-id: CWE-200
cpe: cpe:2.3:o:cisco:adaptive_security_appliance_software:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: cisco
product: adaptive_security_appliance_software
tags: cisco,panel
http:
- method: GET
path:
- "{{BaseURL}}/+CSCOE+/logon.html"
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- "/+CSCOU+/portal.css"
- "SSL VPN Service"
condition: or
# digest: 4a0a00473045022029e325586e70cfa3fc984db886f708a4fb3758a0377116881bda88b79d56dcd1022100cb8953c1ccd61fd0ffd948b89ed252c234c027a893c23ec3da42c749896106be:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/cisco/cisco-asa-panel.yaml"

View on Github