Skip to content

Ivanti Connect Secure Panel - Detect

ID: ivanti-connect-secure-panel

Severity: info

Author: rxerium

Tags: panel,connectsecure,login,ivanti

Ivanti Connect Secure provides a seamless, cost-effective SSL VPN solution for remote and mobile users from any web-enabled device to corporate resources— anytime, anywhere.

id: ivanti-connect-secure-panel
info:
name: Ivanti Connect Secure Panel - Detect
author: rxerium
severity: info
description: |
Ivanti Connect Secure provides a seamless, cost-effective SSL VPN solution for remote and mobile users from any web-enabled device to corporate resources— anytime, anywhere.
reference:
- https://www.ivanti.com/products/connect-secure-vpn
classification:
cpe: cpe:2.3:a:ivanti:connect_secure:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: ivanti
product: connect_secure
shodan-query:
- title:"Ivanti Connect Secure"
- http.title:"ivanti connect secure"
- http.html:"welcome.cgi?p=logo"
fofa-query:
- title="ivanti connect secure"
- body="welcome.cgi?p=logo"
google-query: intitle:"ivanti connect secure"
tags: panel,connectsecure,login,ivanti
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/dana-na/auth/url_default/welcome.cgi"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Ivanti Connect Secure</title>'
- type: status
status:
- 200
# digest: 4b0a004830460221008e659a68fbf3ec2606f4630e4e8b3e278b5541a23501989ba4a584046a97aec1022100f53520ac19024e78e73dfabb813242881122da8fe3e2e75ca5641a5421bddd0b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ivanti-connect-secure-panel.yaml"

View on Github