Skip to content

Thumbs DB Disclosure

ID: thumbs-db-disclosure

Severity: info

Author: dhiyaneshDk

Tags: exposure,files

id: thumbs-db-disclosure
info:
name: Thumbs DB Disclosure
author: dhiyaneshDk
severity: info
reference:
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/thumbs-db-disclosure.json
metadata:
max-request: 1
tags: exposure,files
http:
- method: GET
path:
- "{{BaseURL}}/Thumbs.db"
matchers-condition: and
matchers:
- type: binary
binary:
- 'D0CF11E0A1B11AE1'
part: body
- type: status
status:
- 200
# digest: 4a0a0047304502206d779d9ee2995e4efa9e9ea6ab18e65d10a5d7f2cdffa4b03da0349eb04f1e87022100ef0bac4eab1e4c7394d1dccb25e9de6fcd8f46adfd96aac470da8164533c9084: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/files/thumbs-db-disclosure.yaml"

View on Github