my-nuclei-templates/dolibarr-panel.yaml

40 lines
815 B
YAML

id: dolibarr-panel
info:
name: Dolibarr Panel Login
author: pikpikcu,daffainfo
severity: info
metadata:
shodan-query: http.title:"Dolibarr"
tags: panel,dolibarr
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Set-Cookie: DOLSESSID_'
- type: word
part: body
words:
- '<meta name="author" content="Dolibarr Development Team">'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<td align="center">Dolibarr ([0-9.]+)<\/td>'
- '<td class="center">Dolibarr ([0-9.]+)<\/td>'
- '<div id="infoVersion">Dolibarr ([0-9.]+)<\/div>'