38 lines
1014 B
YAML
38 lines
1014 B
YAML
id: pulse-secure-panel
|
|
|
|
info:
|
|
name: Pulse Secure VPN Login Panel - Detect
|
|
author: bsysop
|
|
severity: info
|
|
description: Pulse Secure VPN login 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 3
|
|
tags: panel,pulse,vpn
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/dana-na/auth/url_default/welcome.cgi"
|
|
- "{{BaseURL}}/dana-na/auth/url_2/welcome.cgi"
|
|
- "{{BaseURL}}/dana-na/auth/url_3/welcome.cgi"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "/dana-na/auth/welcome.cgi"
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "(?i)/dana-na/css/ds(_[a-f0-9]{64})?.css"
|
|
|
|
# digest: 4b0a004830460221008727d72a0552ec6454deb9bc978e45f06aced1fbf457fb7a663f77d4b74502d8022100e2f09c8011b63622fefb7a1a25cc200956b9d7ecfe972350f5422c64cdf48aec:922c64590222798bb761d5b6d8e72950
|