A Lightweight OSINT & Google Dorking Dashboard
THE SHOVEL is a Python-based open-source intelligence (OSINT) tool designed to automate the generation and execution of complex Google Dorks. It features a graphical user interface (GUI) to streamline the reconnaissance phase of penetration testing and security research.
Built entirely with the Python Standard Library, THE SHOVEL requires no external dependencies or installations. Just clone and run.
- Visual Dashboard: Clean Tkinter-based GUI for easy navigation.
- Automated Dorking: Pre-built logic to construct complex search queries for vulnerability discovery.
- HTML Reporting: Generates structured reports of your query targets (timestamped for audit trails).
- Browser Integration: seamless pivoting to your default web browser for live analysis.
- Zero Dependencies: Runs on any machine with Python installed. No
pip installrequired.
Because THE SHOVEL uses standard libraries, the installation process is instant.
- Clone the repository:
git clone https://github.com/Atsukiiii01/The-Shovel.git
- Navigate to the directory:
cd The-Shovel
Run the script directly using Python:
python Shovel.py
Operational Modes
Input Target: Enter the domain or keyword you wish to investigate.
Select Dorks: Choose from the available query types (e.g., exposed files, login pages, directory listing).
Execute: The tool will construct the query and facilitate the search or report generation.
⚠️ Disclaimer
THE SHOVEL is intended for educational purposes and authorized security testing only.
The developers assume no liability and are not responsible for any misuse or damage caused by this program. Please ensure you have explicit permission from the system owner before performing any reconnaissance or scanning activities. Use responsibly.
---
*Developed by [Atsukiiii01]*