Skip to content

ICC PRO Login Panel - Detect

ID: icc-pro-login

Severity: info

Author: DhiyaneshDk

Tags: panel,icc-pro,edb

ICC PRO login panel was detected.

id: icc-pro-login
info:
name: ICC PRO Login Panel - Detect
author: DhiyaneshDk
severity: info
description: ICC PRO login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7980
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
metadata:
verified: true
max-request: 1
shodan-query: title:"Login to ICC PRO system"
tags: panel,icc-pro,edb
http:
- method: GET
path:
- "{{BaseURL}}/Account/Login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login to ICC PRO system</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a0047304502206ee74abcf7b84cc8ce6767474c9537ca7a57b179ce603c355684ffe9cb34958a022100b495e65fa53ec8bdc7238c77ef8c78fb4af09f0b52b308e72ccaa79ac946b970: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/icc-pro-login.yaml"

View on Github