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

34 lines
659 B
YAML
Raw Normal View History

2022-10-27 20:22:04 +00:00
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
2022-10-27 20:22:04 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/admin/install/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Turbo Website Reviewer | Installer panel"
2022-10-27 20:22:04 +00:00
- ">Admin!</a> </p>"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200