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

35 lines
614 B
YAML

id: bitrix24-installer
info:
name: Bitrix24 Installation Exposure
author: DhiyaneshDK
severity: high
metadata:
max-request: 1
verified: true
shodan-query: http.favicon.hash:-2115208104
tags: misconfig,bitrix24,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Start installation'
- 'Bitrix24'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200