nuclei-templates/exposures/configs/awstats-config.yaml

35 lines
745 B
YAML
Raw Normal View History

2021-02-23 10:07:32 +00:00
id: awstats-config
info:
name: AWStats Config - Detect
2021-02-23 10:07:32 +00:00
author: sheikhrishad
severity: info
description: AWStats configuration information was detected.
reference: https://www.awstats.org/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-01-21 09:54:20 +00:00
tags: config,exposure,awstats
2021-02-23 10:07:32 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/awstats/"
- "{{BaseURL}}/awstats.conf"
matchers:
- type: word
words:
- "AWSTATS CONFIGURE"
- "MAIN SETUP SECTION"
condition: and
2021-05-07 20:47:09 +00:00
- type: word
words:
- "Index of /awstats"
- "Parent Directory"
condition: and
# Enhanced by mp on 2023/02/05