nuclei-templates/http/exposed-panels/ivanti-traffic-manager-pane...

32 lines
729 B
YAML
Raw Normal View History

id: ivanti-traffic-manager-panel
2024-08-14 06:22:23 +00:00
info:
2024-08-25 01:14:36 +00:00
name: Ivanti Traffic Manager Panel - Detect
2024-08-14 06:22:23 +00:00
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
2024-08-25 01:14:36 +00:00
shodan-query: http.html:"Login (Virtual Traffic Manager"
tags: detect,traffic-manager,panel,login
2024-08-14 06:22:23 +00:00
http:
- method: GET
path:
2024-08-25 01:14:36 +00:00
- "{{BaseURL}}/apps/zxtm/login.cgi"
2024-08-14 06:22:23 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login (Virtual Traffic Manager"
- type: status
status:
2024-08-25 01:14:36 +00:00
- 200