38 lines
742 B
YAML
38 lines
742 B
YAML
id: exposed-webalizer
|
|
|
|
info:
|
|
name: Publicly Exposed Webalizer Interface
|
|
author: pdteam
|
|
severity: low
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/197
|
|
metadata:
|
|
verified: true
|
|
google-query: intext:"webalizer" intext:"Usage Statistics for"
|
|
tags: panel,webalizer,edb
|
|
|
|
requests:
|
|
- 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.-]+)'
|