Skip to content

Turbo Website Reviewer Installer Panel

ID: turbo-website-installer

Severity: high

Author: tess

Tags: turbo,misconfig,exposure,install

Turbo Website Reviewer is susceptible to the Installation page exposure due to misconfiguration.

id: turbo-website-installer
info:
name: Turbo Website Reviewer Installer Panel
author: tess
severity: high
description: Turbo Website Reviewer is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
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
# digest: 490a004630440220664206ab1fa9c607d3e08aac9f50b1db803589078e6de0b855a1fbf240da296b02203fec1b076aa860493b72be18c08b5b9df18855ccdffbdcc220017907587b77f2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/turbo-website-installer.yaml"

View on Github