Code Monkey home page Code Monkey logo

the-dorkfather's Introduction

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.

the-dorkfather's People

Contributors

olethras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.