Skip to content

Ivanti Traffic Manager Panel - Detect

ID: ivanti-traffic-manager-panel

Severity: info

Author: rxerium

Tags: detect,traffic-manager,panel,login

An Ivanti Traffic Manager Login Panel was detected.

id: ivanti-traffic-manager-panel
info:
name: Ivanti Traffic Manager Panel - Detect
author: rxerium
severity: info
description: |
An Ivanti Traffic Manager Login Panel was detected.
reference:
- https://www.ivanti.com/resources/v/doc/ivi/2528/2ef03e8ed03d
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Login (Virtual Traffic Manager"
tags: detect,traffic-manager,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/apps/zxtm/login.cgi"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login (Virtual Traffic Manager"
- type: status
status:
- 200
# digest: 4b0a00483046022100da03f9dd0fa85012480cb73511c58bac966ea32ec1f175271307a44660b0a4a9022100822361e0b8d9f6b39148a91424e2b0ccea5625dd8d1d34ecfd9961f2bd81c7f9: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-traffic-manager-panel.yaml"

View on Github