Update webalizer-statistics-exposed.yaml

patch-1
Dhiyaneshwaran 2021-02-24 12:22:03 +05:30 committed by GitHub
parent 4a51398426
commit dbc65c59b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 6 deletions

View File

@ -3,15 +3,21 @@ id: webalizer-statistics-exposed
info: info:
name: Webalizer Statistics Exposed name: Webalizer Statistics Exposed
author: dhiyaneshDK author: dhiyaneshDK
severity: Low severity: low
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}' - "{{BaseURL}}"
- '{{BaseURL}}/webalizer/' - "{{BaseURL}}/webalizer/"
matchers: matchers-condition: and
matchers:
- type: word - type: word
words: words:
- 'Summary by Month' - "Summary by Month"
- 'Webalizer Version' - "Webalizer Version"
condition: and
- type: status
status:
- 200