Skip to content

The Dorkfather is a module based google dork generator using custom keywords.

License

Notifications You must be signed in to change notification settings

olethras/the-dorkfather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

The Dorkfather is a module based google dork generator using custom keywords.

Preface

Finding data resources can become a time consuming task that's why, most of the time, I end up using Google Dorks to limit my search results and make them more 'targeted' to what I am actually trying to find.

This totally makes the job easier, but yet again even simple Google Dorks might not be enough to find what I am looking for - so I end up crafting even more detailed dorks, thus losing more time doing research rather than actually acquiring data.

To encounter this I created a tool that can help me craft multiple detailed google dorks really fast based on keywords and modules that aim to return the results that I'm truly looking for, The Dorkfather.

Documentation

The Dorkfather uses modules, you can think of modules as 'what you are actually looking for' - for example, if I am looking for datasets containing information (Spreadsheets, databases, csv files, etc.), I'm going to use the 'dataset' module.

Modules are great because you don't have to 'explain' what you are looking for using the keywords, you just specify the module you want to use in your dorks and The Dorkfather takes care of everything.

Keywords are used to specify 'what type of information you want your results to contain' - for datasets containing 'passwords' information, the command in The Dorkfather would look like this:

python dorkfather.py 1 passwords

As you can see, I parsed 2 arguments to the CLI. '1' is the module number for the 'dataset' module and 'passwords' is my custom keyword. This shall generate dorks I can query to google to fetch the results I want.

You can parse multiple keywords to the CLI - for example:

python dorkfather.py 1 passwords,accounts,emails,usernames,..

The Dorkfather will generate dorks with all the possible combinations of your keywords, another thing you don't have to worry about.

Things to consider

  1. Please make sure you are running The Dorkfather using python 3.10!
  2. Make any suggestions regarding new modules you'd be interested in.

Releases

No releases published

Packages

No packages published

Languages