2022-10-28 14:05:02 +00:00
|
|
|
id: awstats-listing
|
2022-10-21 04:24:18 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-28 14:05:02 +00:00
|
|
|
name: AWStats Listing
|
2022-10-21 04:24:18 +00:00
|
|
|
author: tess
|
2022-10-21 04:28:26 +00:00
|
|
|
severity: low
|
2022-10-21 04:24:18 +00:00
|
|
|
description: Searches for exposed awstats Internal Information.
|
2022-10-28 14:05:02 +00:00
|
|
|
tags: misconfig,aws,exposure,amazon,awstats,oss
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-10-21 04:24:18 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-21 04:24:18 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/awstats/data"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-10-28 14:05:02 +00:00
|
|
|
- 'Index of /awstats/data/'
|
|
|
|
- '">awstats'
|
|
|
|
condition: and
|
2022-10-21 10:38:27 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|