nuclei-templates/misconfiguration/installer/turbo-website-installer.yaml

34 lines
659 B
YAML

id: turbo-website-installer
info:
name: Turbo Website Reviewer Installer Panel
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"Turbo Website Reviewer"
tags: turbo,misconfig,exposure,install
requests:
- method: GET
path:
- '{{BaseURL}}/admin/install/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Turbo Website Reviewer | Installer panel"
- ">Admin!</a> </p>"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200