This Python script allows users to perform "Google dorking" to find specific information indexed by Google search engine. It includes three main functions:
- Website Dorking - Search using predefined categories targeted at website configurations and exposed files.
- Individual Dorking - Perform custom searches based on user input.
- Camera Dorking - Display common Google dorks used to find potentially unsecured cameras (educational and ethical testing purposes only).
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.
Before running this script, you need Python installed on your system. Python 3.6 or higher is recommended.
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