nuclei-templates/exposed-panels/cisco/cisco-webvpn-detect.yaml

41 lines
884 B
YAML
Raw Normal View History

2022-10-27 19:16:04 +00:00
id: cisco-webvpn-detect
2022-12-01 07:53:04 +00:00
2022-10-27 19:16:04 +00:00
info:
2022-12-01 07:53:04 +00:00
name: Cisco WebVPN Detect
2022-10-27 19:16:04 +00:00
author: ricardomaia
severity: info
reference:
- https://askanydifference.com/difference-between-cisco-clientless-ssl-vpn-and-anyconnect-with-table/
metadata:
2022-12-01 07:53:04 +00:00
verified: true
2022-10-27 19:16:04 +00:00
fofa-query: fid="U1TP/SJklrT9VLIEpZkQNg=="
google-query: intitle:"SSLVPN Service"
2022-12-01 07:53:04 +00:00
tags: panel,cisco,vpn
2022-10-27 19:16:04 +00:00
requests:
- method: GET
2022-12-01 07:53:04 +00:00
path:
- "{{BaseURL}}"
- "{{BaseURL}}/webvpn.html"
2022-10-27 19:16:04 +00:00
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "CISCO"
- "AnyConnect"
- "SSLVPN Service"
2022-12-01 07:53:04 +00:00
condition: or
case-insensitive: true
2022-11-14 17:55:34 +00:00
- type: regex
part: header
regex:
- "webvpncontext=00@.+"
- "webvpn="
2022-12-01 07:53:04 +00:00
condition: or