Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 921 Bytes

File metadata and controls

34 lines (23 loc) · 921 Bytes

DS Crawler

This Python tool made to crawl web servers for unintended files/folders via parser for Apple's .DS_Store file format.

Usage

$ python DS_Crawler.py -h

   /   \/ _\   / __\ __ __ ___      _| | ___ _ __ 
  / /\ /\ \   / / | '__/ _` \ \ /\ / / |/ _ \ '__|
 / /_// _\ \ / /__| | | (_| |\ V  V /| |  __/ |   
/___,'  \__/ \____/_|  \__,_| \_/\_/ |_|\___|_|   
                        v1.0 [0xdeadbeef]
usage: DS_Crawler.py [-h] -u URL [-v]

optional arguments:
  -h, --help         show this help message and exit
  -u URL, --url URL  web site that you want to crawl
  -v, --verbose      To enable verbosity

Useful ressources

I found the following links to be quite helpful while developing the parser:

License

MIT - See License.md