GHDBMiner.mp4
GHDBMiner is a Google Dorking tool built for cybersecurity researchers and tech enthusiasts to mine the latest Google Dorks from the Exploit-DB. It helps explore the hidden corners of the web with precision and automation.
-
🔍 Live Dork Extraction:
Automatically scrapes and displays the latest Google Dorks from the official GHDB site. -
🔑 Keyword-Based Dork Filtering:
Enter a specific keyword or dork operator (e.g.,inurl:admin
) to filter results in real time. -
🗂️ Category-Based Dork Selection:
Choose from predefined GHDB categories such as login portals, sensitive files, vulnerable servers, and more. -
💾 Optional Output Saving:
Save the extracted dorks to a file of your choice for future use or offline analysis.
- ✅ Tested and built on: Windows 11 (Python 3.10+)
- ✅ Tested with Chrome Version 138.0.7204.169 (Official Build) (64-bit)
⚠️ Not yet tested on: Linux or macOSContributions for compatibility testing are welcome!
Clone the Repository:
git clone https://github.com/incoggeek/GHDBMiner.git
cd GHDBMiner
Or you may download and extract code
Install Dependencies:
pip install -r requirements.txt
📌 Ensure chromedriver is installed and accessible via PATH. Download
Run the Script:
python3 ghdbminer.py
python ghdbminer.py
- Fork the repository
- Create a new branch
- Make your changes
- Commit your changes
- Push to the branch
- Create a new Pull Request
Please ensure that your pull request adheres to the following guidelines:
- Follow the existing coding style.
- Include tests for any new features or bug fixes.
- Document any changes to the README.md
Use responsibly, respecting privacy, and adhering to ethical guidelines.
Happy Dorking! 🌐🔍 #GoogleDorking #CyberSecTool