Skip to content

AWStats Config - Detect

ID: awstats-config

Severity: info

Author: sheikhrishad

Tags: config,exposure,awstats

AWStats configuration information was detected.

id: awstats-config
info:
name: AWStats Config - Detect
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
cwe-id: CWE-200
metadata:
max-request: 2
tags: config,exposure,awstats
http:
- 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
# digest: 4b0a00483046022100b5f4ce948b5c3dd6330980a3c08a40565a37e52718c6052c3e01aa82fec17041022100f2280418af60925e229e9467571b19ff2ccea4b82c5ca0cb81d7369f15610b0c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/awstats-config.yaml"

View on Github