Skip to content

Trend Micro Apex One Login Panel - Detect

ID: trendmicro-apexone-panel

Severity: info

Author: johnk3r

Tags: panel,trendmicro,login,detect

Trend Micro Apex One login panel was detected.

id: trendmicro-apexone-panel
info:
name: Trend Micro Apex One Login Panel - Detect
author: johnk3r
severity: info
description: Trend Micro Apex One login panel was detected.
classification:
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"officescan"
tags: panel,trendmicro,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/officescan/console/html/cgi/cgiChkMasterPwd.exe"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "officescan"
- "Trend Micro"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502203057475426693eef536364e39c5f62643f44c66a7d2a713171c42c3c4750a2310221009a44162dd7811758858b64d4e7ec828a335463716ff3077e7725c42b7095d6e8: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/trendmicro-apexone-panel.yaml"

View on Github