Skip to content

Plesk Default Test Page

ID: default-plesk-page

Severity: info

Author: dhiyaneshDk

Tags: tech,plesk

id: default-plesk-page
info:
name: Plesk Default Test Page
author: dhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:plesk:plesk:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: plesk
product: plesk
shodan-query: http.title:"Web Server's Default Page"
tags: tech,plesk
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Web Server's Default Page</title>"
part: body
# digest: 4a0a00473045022100efd8ad057ab2f45b9020d677254df1a11b15d08b349f137ba298b8e3489da3a602201964d482b13d3d1eef6df00d585c016af9f27f3a88b3f6cd2043e3a6af90f3d6: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/technologies/default-plesk-page.yaml"

View on Github