Skip to content

CentOs-WebPanel Test Page

ID: default-centos-test-page

Severity: info

Author: dhiyaneshDk

Tags: tech,centos

id: default-centos-test-page
info:
name: CentOs-WebPanel Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"HTTP Server Test Page powered by CentOS-WebPanel.com"
tags: tech,centos
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>HTTP Server Test Page powered by CentOS-WebPanel.com</title>"
part: body
# digest: 4a0a00473045022100ccc7f4e0e13813e0356b90f82a98dcb2beb84436d1c03a4e9cbecfacba1a7c1802203bf4fb105809f905700f332e140d4515a3fde850eed96c4b16bc81580d144bb1: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-centos-test-page.yaml"

View on Github