Skip to content

Trellix Login Panel

ID: trellix-panel

Severity: info

Author: johnk3r

Tags: trellix,panel,login

Trellix login panel was detected.

id: trellix-panel
info:
name: Trellix Login Panel
author: johnk3r
severity: info
description: |
Trellix login panel was detected.
metadata:
max-request: 1
shodan-query: "Server: Trellix"
verified: true
tags: trellix,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/login/login"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Trellix"
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server
# digest: 4a0a004730450220769a24a2688e551cd6c163eb7a98fd51df2fc22bfc2311d9d3df822df7275a8e0221009f58d1b18e0bfa7fb83d1edee01a7d9a69d513f29f06d0b8381939038b876faa: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/trellix-panel.yaml"

View on Github