Merge pull request #6604 from Akokonunes/patch-194

Create webalizer-script-logs.yaml
patch-1
pussycat0x 2023-01-25 18:39:03 +05:30 committed by GitHub
commit 84a0da582d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: webalizer-statistics
info:
name: Webalizer Statistics Information Disclosure
author: 0x_Akoko
severity: low
description: |
The remote host is running the Webalizer Report generator. Webalizer parses web logs and gives a potential attacker information regarding hosts that have accessed the server, resources accessed, total statistics for the Web server, version of Web server, and more.
remediation: Use ACLs to protect the Webalizer report.
reference:
- https://www.rapid7.com/db/vulnerabilities/spider-webalizer-stats-disclosure
- https://www.tenable.com/plugins/nnm/2506
metadata:
verified: "true"
shodan-query: html:"Generated by The Webalizer"
tags: webalizer,logs,statistics
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/stats/index.html'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Generated by The Webalizer'
- 'Usage Statistics'
condition: and
- type: status
status:
- 200