nuclei-templates/http/misconfiguration/installer/orangehrm-installer.yaml

34 lines
672 B
YAML

id: orangehrm-installer
info:
name: OrangeHrm Installer
author: pussycat0x
severity: high
metadata:
max-request: 1
verified: true
shodan-query: http.title:"OrangeHRM Web Installation Wizard"
tags: misconfig,exposure,install,orangehrm
http:
- 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