Skip to content

OrangeHRM Login Panel - Detect

ID: orangehrm-panel

Severity: info

Author: Th3l0newolf

Tags: orangehrm,hrm,login,panel

The OrangeHRM login panel was discovered.

id: orangehrm-panel
info:
name: OrangeHRM Login Panel - Detect
author: Th3l0newolf
severity: info
description: |
The OrangeHRM login panel was discovered.
reference:
- https://www.orangehrm.com/
metadata:
verified: true
max-request: 3
shodan-query: OrangeHRM
tags: orangehrm,hrm,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/symfony/web/index.php/auth/login"
- "{{BaseURL}}/web/index.php/auth/login"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>OrangeHRM</title>"
- "OrangeHRM, Inc. All rights reserved"
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100c2af20617e9edfe4c08ea1bc555083d2ce941c4a177827a72ccf1c5cc7f0c48c022051434c1fbb017c2197b57ad94e90d654a0d1c87dc1eaddbbd8d29dd6695fac9d: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/orangehrm-panel.yaml"

View on Github