Skip to content

ICE HRM Login - Detect

ID: ice-hrm-panel

Severity: info

Author: Th3l0newolf

Tags: icehrm,login,hrm,panel,web,detect

The ICE HRM login panel was discovered.

id: ice-hrm-panel
info:
name: ICE HRM Login - Detect
author: Th3l0newolf
severity: info
description: |
The ICE HRM login panel was discovered.
reference:
- https://icehrm.com
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Ice Hrm Login"
tags: icehrm,login,hrm,panel,web,detect
http:
- method: GET
path:
- "{{BaseURL}}/app/login.php"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '(?i)<title>ice hrm login</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100c554e995a9766e2ca3bf5c15f02a0cf7d14c9abde8e3c878736dc20c95c6eb2b0220433bf9851bc9fded1a75252eb4ef6fad7c35a80914e033a7f5a21e0433961d3b: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/ice-hrm-panel.yaml"

View on Github