Skip to main content

Google dorking tool

Project description

Screenshot_20210827-111909-removebg-preview

Python Version OS GitHub CodeFactor Downloads GitHub release (latest by date including pre-releases) GitHub repo size

Google hacking, also named Google dorking, is a hacker technique that uses Google Search and other Google applications to find security holes in the configuration and computer code that websites are using. Google dorking could also be used for OSINT (Open Source Intelligence).

oxDork uses Google dorking techniques and Google dorks to find security holes and misconfigurations in web servers.

Basic dorks

Dork Usage Example
allintext: finds all specified terms in the title of a page allintext:passwords
inurl: finds a specified string in the url of a page inurl:index.php?id=1
site: locks a search on a specified site or domain site:example.com
intitle: finds a specified strings in the title of a page intitle:"your text here"
link: searches for all links to a specified site or domain link:example.com
cache: returns Google's cached copy of a specified url page cache:www.example.com
info: returns summary information about a specified url info:https://example.com

Installation & Usage

Clone from Github:

$ git clone https://github.com/rly0nheart/oxdork.git
$ cd oxdork
$ pip install -r requirements.txt
$ python dork -q searchquery

Install from PyPI:

$ pip install oxdork
$ oxdork -q searchquery

Updating

Github clone:

$ python oxdork --update

PyPI Package:

pip install --upgrade oxdork

Optional Arguments

Flag MetaVar Usage
-q/--query search query
-u/--update update oxdork
--minimal initiate a lightweight alternative of oxdork
-c/--count number number of dork results to return (default is 10)
-d/--dump path/to/file write output to a specified file
-v/--verbose enable verbosity (recommended)

Note(s):

Use VPN for better experience.

Sending more than 5 requests in less than 5 minutes will return a 429 error code. If this happens you can pass the --minimal argument instead.

Queries

A collection of 5,568 common dork queries here

About author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oxdork-2022.2.1.8.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

oxdork-2022.2.1.8-py2.py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page