33 lines
657 B
YAML
33 lines
657 B
YAML
|
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
|