nuclei-templates/http/exposures/files/ds-store-file.yaml

36 lines
1.1 KiB
YAML
Raw Normal View History

2020-08-21 11:09:30 +00:00
id: ds-store-file
2020-08-21 10:51:02 +00:00
info:
name: Exposed DS_Store File
2024-01-30 10:47:24 +00:00
description: A .DS_Store file was found. This file may contain names of files that exist on the server, including backups or other files that aren't meant to be publicly available.
author: 0w4ys,pwnhxl
2020-08-21 11:09:30 +00:00
severity: info
reference:
- https://github.com/lijiejie/ds_store_exp
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: exposure,files,ds_store,config
2020-08-21 10:51:02 +00:00
http:
2020-08-21 10:51:02 +00:00
- method: GET
path:
- "{{BaseURL}}/.DS_Store"
2020-08-21 11:09:30 +00:00
2020-08-21 10:51:02 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
2023-10-14 11:27:55 +00:00
- "contains(body, '\0@\0')"
- "contains(hex_encode(body), '0000000142756431')"
condition: or
2020-08-21 11:09:30 +00:00
- type: dsl
dsl:
- 'status_code == 200'
2020-08-21 11:09:30 +00:00
- type: dsl
dsl:
- 'contains(to_lower(header), "accept-ranges: bytes")'
- 'contains(to_lower(header), "octet-stream")'
2023-10-14 11:27:55 +00:00
condition: or
# digest: 4a0a00473045022100f399a98ef680365fe9a555e55b34d178210e368e14c0665d6654e3b37b597e9802203c87bf96203dc568092dfefcda3fc6a2ce651dc4f49c71c170432a1b189c41a6:922c64590222798bb761d5b6d8e72950