nuclei-templates/http/exposed-panels/exposed-webalizer.yaml

46 lines
944 B
YAML
Raw Normal View History

id: exposed-webalizer
info:
name: Webalizer Panel - Detect
2021-04-06 06:46:11 +00:00
author: pdteam
severity: info
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:
max-request: 1
2022-09-05 19:28:53 +00:00
verified: true
google-query: intext:"webalizer" intext:"Usage Statistics for"
tags: panel,webalizer,edb
http:
- method: GET
path:
- '{{BaseURL}}/webalizer/'
2022-09-05 19:28:53 +00:00
matchers-condition: and
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.-]+)'
# Enhanced by md on 2022/11/14