msdorkdump
MSDorkDump is a Google Dork File Finder that queries a specified domain name and variety of file extensions (pdf, doc, docx, etc), and downloads them. Note that due to Google's built in rate limiting, queries may end up timed out if too many are made in a short amount of time.
The goal is to implement some custom tooling into a "MayorSec Toolkit" to be released sometime in the future.
Usage
Installing MSDorkDump
git clone https://github.com/dievus/msdorkdump.git
Change directories to msdorkdump and run:
pip3 install -r requirements.txt
This will run the install script to add necessary dependencies to your system.
python3 msdorkdump.py
And that's it!