17 lines
298 B
YAML
17 lines
298 B
YAML
|
id: cisco-asa-panel-detect
|
||
|
|
||
|
info:
|
||
|
name: Cisco ASA VPN panel detect
|
||
|
author: organiccrap
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/+CSCOE+/logon.html"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>SSL VPN Service</title>"
|
||
|
part: body
|