Merge pull request #6478 from projectdiscovery/OrangeHrm-Installer

OrangeHrm Installer
patch-1
Dhiyaneshwaran 2023-01-06 17:36:20 +05:30 committed by GitHub
commit 91895c1c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: orangehrm-installer
info:
name: OrangeHrm Installer
author: pussycat0x
severity: high
metadata:
verified: true
shodan-query: http.title:"OrangeHRM Web Installation Wizard"
tags: misconfig,exposure,install,orangehrm
requests:
- method: GET
path:
- "{{BaseURL}}/installer/installerUI.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "OrangeHRM Web Installation Wizard"
- "admin user creation"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200