Update webalizer-statistics-exposed.yaml
parent
4a51398426
commit
dbc65c59b4
|
@ -3,15 +3,21 @@ id: webalizer-statistics-exposed
|
|||
info:
|
||||
name: Webalizer Statistics Exposed
|
||||
author: dhiyaneshDK
|
||||
severity: Low
|
||||
severity: low
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/webalizer/'
|
||||
matchers:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/webalizer/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Summary by Month'
|
||||
- 'Webalizer Version'
|
||||
- "Summary by Month"
|
||||
- "Webalizer Version"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue