32 lines
628 B
YAML
32 lines
628 B
YAML
id: webalizer-xtended-stats
|
|
|
|
info:
|
|
name: Webalizer Xtended Statistics Exposed
|
|
author: ritikchaddha
|
|
severity: low
|
|
reference:
|
|
- https://www.patrickfrei.ch/webalizer/
|
|
metadata:
|
|
verified: true
|
|
google-query: inurl:"/usage/error_202109.html"
|
|
tags: exposure,stats,webalizer
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/usage/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<TITLE>Webalizer</TITLE>'
|
|
- 'SRC=menu.html'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|