Create webalizer-script-logs.yaml

patch-1
Roberto Nunes 2023-01-24 10:38:05 +09:00 committed by GitHub
parent 8fd50b3632
commit cc1dbbb629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: webalizer-script-logs
info:
name: Webalizer Script Logs
author: 0x_Akoko
severity: low
reference: https://www.rapid7.com/db/vulnerabilities/spider-webalizer-stats-disclosure
tags: webalizer,logs
requests:
- method: GET
path:
- '{{BaseURL}}/stats/index.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Generated by The Webalizer'
- '<!-- Give the power back to the programmers -->'
condition: and
- type: status
status:
- 200