https://github.com/lc/ds_storescanner
A tool to scan for .DS_Store files on webservers
https://github.com/lc/ds_storescanner
Last synced: 5 months ago
JSON representation
A tool to scan for .DS_Store files on webservers
- Host: GitHub
- URL: https://github.com/lc/ds_storescanner
- Owner: lc
- License: mit
- Fork: true (internetwache/ds_storescanner)
- Created: 2019-11-06T06:07:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T09:53:26.000Z (about 8 years ago)
- Last Synced: 2025-12-17T14:55:22.793Z (6 months ago)
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
.DS_Store Scanner
==================
This is a tool written in Go that was used for [Scanning the Alexa top 1M for .DS_Store files](https://en.internetwache.org/scanning-the-alexa-top-1m-for-ds-store-files-12-03-2018/).
# Usage
```
./main --help
Usage of ./main:
-c Send HEAD request and show status code. Implies -l
-d int
Maximum recursion depth (default 7)
-e Preprend the URL to found files. Implies -l
-i string
Path to domain list
-l Parse .DS_Store and list files
-q int
Timeout in seconds (default 10)
-r Recursively scan directories for .DS_Store.
-s Use SSL (HTTPS) connection
-t int
Number of concurrent threads (default 10)
-v Verbose output (errors)
```
# License
Released under MIT. See LICENSE.md