Skip to content

akpotter/dorks_hunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dorks_hunter

Simple Google Dorks search tool

Description

Small utility to search for useful google dorks hardcoded in the in the script, basically I rewrote degoogle_hunter for reconFTW's OSINT section

Warning! This is not a Google bypass tool, if you abuse of this tool you will receive a HTTP Error 429: Too Many Requests message, this means you've been banned :) If this happens try again after a few hours

Install

git clone https://github.com/six2dez/dorks_hunter
cd dorks_hunter
pip3 install -r requirements

Flags

  • d (domain) - target domain
  • r (results) - number of results
  • o (output) - output file

Usage

> python3 dorks_hunter.py -h
usage: dorks_hunter.py [-h] --domain DOMAIN [--results RESULTS] [--output OUTPUT]

Simple Google dork search

options:
  -h, --help            show this help message and exit
  --domain DOMAIN, -d DOMAIN
                        Domain to scan
  --results RESULTS, -r RESULTS
                        Number of results per search, default 10
  --output OUTPUT, -o OUTPUT
                        Output file

Screeshots

Default search

image

Search limited to 2 results saving to output file

image

How the output file looks

image

About

Simple Google Dorks search tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%