GoogleDoc is a simple tool for performing Google dorking on a specified target domain.
- GUI for easy use
- Multiple Google dork queries
- Help option for command-line usage
-
Running the Tool:
- Run the
GoogleDoc
executable. - Enter the target domain and click "Start Google Dorking".
- Run the
-
Command-line Options:
- Run
GoogleDoc --help
to see the help message.
- Run
To build the executable from the source, follow these steps:
-
Clone the repository:
https://github.com/project-CY033/projects33-google-dorking.git cd googledoc
-
Run the following command to install requirements:
pip install -r requirements.txt
-
Install
pyinstaller
if your system don't have Python installed then run this :pip install pyinstaller
-
The executable will be available in the
dist
directory.
python3 googledoc.py -g
python3 googledoc.py --gui
- Clone the repositor:
https://github.com/project-CY033/projects33-google-dorking.git ```
cd projects33-google-dorking.git
- Open help manu:
python googledoc.py --help
python googledoc.py -h
-
Run in CLI mode, used your own Dork or custom:
python3 googledoc.py -t < targer domain or url > -s < select search engine > -d < dork >
-
Use dork file for Dorking :
python3 googledoc.py -t <target> -s <Search_engien_name> -f <file path name or path >
-
All the result are save in output directory
- Ensure you have permission to perform Google dorking on the specified target.
- This tool is intended for educational and authorized security testing purposes only. Unauthorized use is illegal and unethical.
- Before start Dorking open firfox or any browser.