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

27 lines
596 B
YAML
Raw Normal View History

2020-06-20 19:38:15 +00:00
id: pulse-secure-panel
info:
name: Pulse Secure VPN Panel
author: bsysop
2020-08-03 21:52:00 +00:00
severity: info
tags: panel,pulse,vpn
2020-06-20 19:38:15 +00:00
requests:
- 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"