Skip to content

vortex4242/Google-Dorking-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Dorking Tool

Description

This Python script allows users to perform "Google dorking" to find specific information indexed by Google search engine. It includes three main functions:

  1. Website Dorking - Search using predefined categories targeted at website configurations and exposed files.
  2. Individual Dorking - Perform custom searches based on user input.
  3. Camera Dorking - Display common Google dorks used to find potentially unsecured cameras (educational and ethical testing purposes only).

Warning

Using this tool to access or interact with open cameras or data without permission is illegal and unethical. Always ensure you have authorization before probing networks or devices.

Prerequisites

Before running this script, you need Python installed on your system. Python 3.6 or higher is recommended.

Installation

Clone the repository to your local machine:

git clone https://github.com/kaliafridi/Google-Dorking-Tool
cd Google-Dorking-Tool

Install the necessary dependencies:

pip install -r requirements.txt

Run the script by navigating to the script's directory and running:

python3 Google_Dorking_Tool.py

AND ENJOY! HAPPY DORKING!!!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%