nuclei-templates/http/misconfiguration/awstats-listing.yaml

30 lines
533 B
YAML

id: awstats-listing
info:
name: AWStats Listing
author: tess
severity: low
description: Searches for exposed awstats Internal Information.
tags: misconfig,aws,exposure,amazon,awstats,oss
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/awstats/data"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Index of /awstats/data/'
- '">awstats'
condition: and
- type: status
status:
- 200