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

35 lines
674 B
YAML

id: turbo-website-installer
info:
name: Turbo Website Reviewer Installer Panel
author: tess
severity: high
metadata:
max-request: 1
verified: true
shodan-query: title:"Turbo Website Reviewer"
tags: turbo,misconfig,exposure,install
http:
- 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