32 lines
729 B
YAML
32 lines
729 B
YAML
|
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
|