commit
91895c1c77
|
@ -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
|
Loading…
Reference in New Issue