2021-01-10 13:11:25 +00:00
|
|
|
id: exposed-webalizer
|
|
|
|
|
|
|
|
info:
|
2022-11-15 16:28:37 +00:00
|
|
|
name: Webalizer Panel - Detect
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2023-01-24 06:06:12 +00:00
|
|
|
severity: info
|
2022-11-15 16:28:37 +00:00
|
|
|
description: Webalizer 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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-09-05 19:36:46 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/197
|
2022-09-05 19:28:53 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2022-09-10 01:55:52 +00:00
|
|
|
google-query: intext:"webalizer" intext:"Usage Statistics for"
|
2022-09-09 11:11:55 +00:00
|
|
|
tags: panel,webalizer,edb
|
2021-01-10 13:11:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/webalizer/'
|
2022-09-05 19:28:53 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
2021-01-10 13:11:25 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Webalizer Version"
|
|
|
|
- "Usage statistics for"
|
2022-01-03 16:06:23 +00:00
|
|
|
condition: and
|
2022-09-05 19:28:53 +00:00
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Webalizer Version ([0-9.-]+)'
|
2022-11-15 16:28:37 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/14
|