nuclei-templates/exposures/logs/webalizer-xtended-stats.yaml

32 lines
628 B
YAML
Raw Normal View History

2022-09-05 19:04:27 +00:00
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"
2022-09-05 19:04:27 +00:00
tags: exposure,stats,webalizer
requests:
- method: GET
path:
2022-09-05 19:25:37 +00:00
- "{{BaseURL}}/usage/"
2022-09-05 19:04:27 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<TITLE>Webalizer</TITLE>'
- 'SRC=menu.html'
condition: and
case-insensitive: true
- type: status
status:
- 200