Skip to main content

Google dorking tool

Project description

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

Google dorking

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).

o𝐱𝐝𝐨𝐫𝐤 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/rlyonheart/oxdork.git

$ cd oxdork

$ python oxdork

example:

$ python oxdork -v intext:"your text"

Install from pypi:

$ pip install oxdork

$ oxdork

example:

$ oxdork -v intext:"your text"

Optional Arguments

Flag Or MetaVar Usage
-c --count NUMBER number of dork results to return (default is 50)
-o --outfile FILENAME write results to a file
-v --verbose run program in verbose mode

Notes:

  • Use VPN for better experience.

  • If search query contains spaces, it should be put inside quote " " symbols.

  • Sending more than 5 requests in less than 5 minutes will return a 429 error code. That is why using a VPN is recommended.

Queries:

A collection of 5,568 common dork queries here

About author

Contact 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-2021.2.1.4.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

oxdork-2021.2.1.4-py2.py3-none-any.whl (6.3 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