Merge pull request #5890 from projectdiscovery/cisco-anyconnect-vpn

Added Cisco AnyConnect VPN Detection
patch-1
Sandeep Singh 2022-10-30 11:52:55 +01:00 committed by GitHub
commit 7a34feac2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 6 deletions

View File

@ -0,0 +1,27 @@
id: cisco-anyconnect-vpn
info:
name: Cisco AnyConnect VPN
author: pdteam
severity: info
reference:
- https://github.com/Gilks/hostscan-bypass
tags: cisco,panel,vpn
requests:
- method: GET
path:
- "{{BaseURL}}/CACHE/sdesktop/data.xml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<config>"
- "<hostscan>"
condition: and
- type: status
status:
- 200

View File

@ -11,17 +11,15 @@ requests:
path:
- "{{BaseURL}}/CACHE/sdesktop/install/start.htm"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "<title>Installation</title>"
- "WebLaunch"
part: body
words:
- "Installation"
- "WebLaunch"
condition: and
- type: status
status:
- 200
- 200