Skip to content

internetwache/ds_storescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.DS_Store Scanner

This is a tool written in Go that was used for Scanning the Alexa top 1M for .DS_Store files.

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

About

A tool to scan for .DS_Store files on webservers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages