Skip to content

Webalizer Panel - Detect

ID: exposed-webalizer

Severity: info

Author: pdteam

Tags: panel,webalizer,edb

Webalizer panel was detected.

id: exposed-webalizer
info:
name: Webalizer Panel - Detect
author: pdteam
severity: info
description: Webalizer panel was detected.
reference:
- https://www.exploit-db.com/ghdb/197
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
metadata:
verified: true
max-request: 1
google-query: intext:"webalizer" intext:"Usage Statistics for"
tags: panel,webalizer,edb
http:
- method: GET
path:
- '{{BaseURL}}/webalizer/'
matchers-condition: and
matchers:
- type: word
words:
- "Webalizer Version"
- "Usage statistics for"
condition: and
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Webalizer Version ([0-9.-]+)'
# digest: 4b0a00483046022100a1fd98253f2d82399fba7df8752b80ba6c6350506a2663cf5f22fe9509787a3e0221008370ed943934cc6eec1957ae30cc8727df59868a309fece5b7e6fb91f1d428fd: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/exposed-webalizer.yaml"

View on Github