35 lines
611 B
YAML
35 lines
611 B
YAML
id: plesk-stat
|
|
|
|
info:
|
|
name: Plesk-stat (Log analyzer)
|
|
author: th3.d1p4k
|
|
severity: low
|
|
reference:
|
|
- http://www.webalizer.org
|
|
tags: config,exposure,plesk
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/plesk-stat/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- 'Index of /plesk-stat'
|
|
- 'Parent Directory'
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- 'anon_ftpstat'
|
|
- 'ftpstat'
|
|
- 'webstat-ssl'
|
|
- 'webstat'
|
|
condition: or
|