Update webalizer-statistics-exposed.yaml
parent
4a51398426
commit
dbc65c59b4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue