nuclei-templates/http/exposed-panels/pulse-secure-panel.yaml

37 lines
850 B
YAML
Raw Normal View History

2020-06-20 19:38:15 +00:00
id: pulse-secure-panel
info:
name: Pulse Secure VPN Login Panel - Detect
2020-06-20 19:38:15 +00:00
author: bsysop
2020-08-03 21:52:00 +00:00
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.0
cwe-id: CWE-200
tags: panel,pulse,vpn
metadata:
max-request: 3
2020-06-20 19:38:15 +00:00
http:
2020-06-20 19:38:15 +00:00
- 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"
2021-10-28 16:12:39 +00:00
stop-at-first-match: true
2020-06-20 19:38:15 +00:00
matchers-condition: or
matchers:
- type: word
2021-10-28 16:12:39 +00:00
part: header
2020-06-20 19:38:15 +00:00
words:
- "/dana-na/auth/welcome.cgi"
2020-12-01 13:26:59 +00:00
- type: regex
2021-10-28 16:12:39 +00:00
part: body
2020-12-01 13:26:59 +00:00
regex:
- "(?i)/dana-na/css/ds(_[a-f0-9]{64})?.css"
# Enhanced by md on 2022/12/06