Quantcast
Channel: Darknet – Hacking Tools, Hacker News & Cyber Security
Viewing all articles
Browse latest Browse all 16

File Disclosure Browser – Tool To Explore .DS_Store Files

$
0
0

The File Disclosure Browser takes .DS_Store files found on websites and parses through them to find a list of all potential files in the directory. It can then either just display the URLs for the files or if you give it a proxy it can browse to the files itself.

The author wrote it after reading the PDC blog post on passing DirBuster through Burp and figured doing the same thing for the contents of DS_Store files would be useful. He also plans to extend this to work with other disclosure files, including dwsync.xml files created by Dreamweaver and possibly some of the code repository files, cvs, svn, git etc.

Requirements

To run the app you need to install the CPAN module, you can do this by becoming root, entering the CPAN shell then asking it to do the install:

# perl -MCPAN -e shell
cpan[1]> install Mac::Finder::DSStore

You can download File Disclosure Browser v1.0 here:

fdb_1.0.tar.bz2

Or read more here.

The post File Disclosure Browser – Tool To Explore .DS_Store Files appeared first on Darknet - The Darkside.


Viewing all articles
Browse latest Browse all 16

Trending Articles