mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 07:43:27 +08:00
Merge pull request #6430 from projectdiscovery/Dolibarr-Installer
Dolibarr Installer
This commit is contained in:
33
misconfiguration/installer/dolibarr-installer.yaml
Normal file
33
misconfiguration/installer/dolibarr-installer.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
id: dolibarr-installer
|
||||
|
||||
info:
|
||||
name: Dolibarr Installer
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Dolibarr install or upgrade"
|
||||
tags: misconfig,exposure,install
|
||||
|
||||
requests:
|
||||
- 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
|
||||
Reference in New Issue
Block a user