Skip to content

WampServer Panel - Detect

ID: wampserver-homepage

Severity: info

Author: DhiyaneshDk

Tags: panel,wampserver

WampServer panel was detected.

id: wampserver-homepage
info:
name: WampServer Panel - Detect
author: DhiyaneshDk
severity: info
description: WampServer panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:wampserver:wampserver:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"WAMPSERVER Homepage"
product: wampserver
vendor: wampserver
tags: panel,wampserver
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>WAMPSERVER Homepage</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100b7a596220bc0edbe90c6c9ed9c22872ee411940ffd66e4ae6b504977d6f0eabf022100bbe14cf98a7ef75f16d6160d0da2edcafb0657b6a4a01802e58c3bf73a7e6d90: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/exposed-panels/wampserver-homepage.yaml"

View on Github