spaces-finder: hunt for publicly accessible DigitalOcean Spaces
Spaces finder
DigitalOcean Spaces to look for loot. It’s similar to a subdomain bruteforcer but is made specifically for DigitalOcean Spaces and also has some extra features that allow you to grep for delicious files as well as download interesting files if you’re not afraid to quickly fill up your hard drive.
Spaces finder is a tool to quickly enumerateOverview
- This is a tool that enumerates DigitalOcean Spaces and looks for interesting files
- I have example wordlists but I haven’t put much time into refining them
- https://github.com/danielmiessler/SecLists will have all the word lists you need
- If you are targeting a specific company, you will likely want to use jhaddix’s enumall tool which leverages recon-ng and Alt-DNS
- As far as word lists for grepping interesting files, that is completely up to you. The one I provided has some basics and yes, those word lists are based on files that I personally have found with this tool.
- Using the download feature might fill your hard drive up, you can provide a max file size for each download at the command line when you run the tool. Keep in mind that it is in bytes.
Download
git clone https://github.com/appsecco/spaces-finder.git
cd spaces-finder
pip3 install -r requirements.txt
Use
Copyright (c) 2017 JP
Source: https://github.com/appsecco/