37 lines
826 B
YAML
37 lines
826 B
YAML
id: dolibarr-installer
|
|
|
|
info:
|
|
name: Dolibarr Installer
|
|
author: pussycat0x
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Dolibarr install or upgrade"
|
|
tags: misconfig,exposure,install
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install/index.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Dolibarr install or upgrade"
|
|
- "browser language"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022058b998db5cd9216e15e3a757a9609d0cf2e9558d8d07bcefe43f6052ddd7a84f02204c5c923b5601aabc979a6dc12eff688dab56a36bf6308f1cd496b74879f49454:922c64590222798bb761d5b6d8e72950
|