26 lines
473 B
YAML
26 lines
473 B
YAML
id: awstats-config
|
|
|
|
info:
|
|
name: AWStats config
|
|
author: sheikhrishad
|
|
severity: info
|
|
tags: config,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/awstats/"
|
|
- "{{BaseURL}}/awstats.conf"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "AWSTATS CONFIGURE"
|
|
- "MAIN SETUP SECTION"
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- "Index of /awstats"
|
|
- "Parent Directory"
|
|
condition: and |