2021-01-10 13:11:25 +00:00
|
|
|
id: exposed-webalizer
|
|
|
|
|
|
|
|
info:
|
2022-09-05 19:28:53 +00:00
|
|
|
name: Publicly Exposed Webalizer Interface
|
2021-04-06 06:46:11 +00:00
|
|
|
author: pdteam
|
2021-01-10 13:11:25 +00:00
|
|
|
severity: low
|
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
|
|
|
|
google-dork: intext:"webalizer" intext:"Usage Statistics for"
|
2022-01-03 16:06:23 +00:00
|
|
|
tags: panel,webalizer
|
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.-]+)'
|