Skip to content

Combodo iTop Login Panel - Detect

ID: itop-panel

Severity: info

Author: righettod

Tags: panel,itop,combodo

Combodo iTop login panel was detected.

id: itop-panel
info:
name: Combodo iTop Login Panel - Detect
author: righettod
severity: info
description: Combodo iTop login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:combodo:itop:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: combodo
product: itop
tags: panel,itop,combodo
http:
- method: GET
path:
- "{{BaseURL}}/pages/UI.php"
- "{{BaseURL}}/simple/pages/UI.php"
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to iTop"
- "iTop login"
part: body
condition: or
- type: status
status:
- 200
# digest: 4b0a004830460221008776f1556b6e8447e2ccb5afb0881ba47bc231e7657fb03e268a4513a0274261022100ea87178fceb8f8565276530874a22a99b31a5c23c223c1836c05b36e037d1f67: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/itop-panel.yaml"

View on Github