Skip to content

Latest commit

 

History

History
97 lines (68 loc) · 2.11 KB

README.md

File metadata and controls

97 lines (68 loc) · 2.11 KB

GoogleDoc

GoogleDoc is a simple tool for performing Google dorking on a specified target domain.

image

Features

  • GUI for easy use
  • Multiple Google dork queries
  • Help option for command-line usage

Usage

  1. Running the Tool:

    • Run the GoogleDoc executable.
    • Enter the target domain and click "Start Google Dorking".
  2. Command-line Options:

    • Run GoogleDoc --help to see the help message.

Building from Source

To build the executable from the source, follow these steps:

  1. Clone the repository:

     https://github.com/project-CY033/projects33-google-dorking.git
     cd googledoc
  2. Run the following command to install requirements:

      pip install -r requirements.txt
  3. Install pyinstaller if your system don't have Python installed then run this :

     pip install pyinstaller
  4. The executable will be available in the dist directory.

Run in GUI mode

   python3  googledoc.py -g

OR

      python3  googledoc.py --gui

CLI mode

  1. Clone the repositor:
      https://github.com/project-CY033/projects33-google-dorking.git
       ```

  cd projects33-google-dorking.git
  1. Open help manu:
   python googledoc.py --help

OR

     python googledoc.py -h
  1. Run in CLI mode, used your own Dork or custom:

     python3 googledoc.py -t < targer domain or url > -s < select search engine >  -d < dork >   
    
  2. Use dork file for Dorking :

     python3  googledoc.py -t <target> -s <Search_engien_name>  -f <file path name or path > 
  3. All the result are save in output directory

Important Notes

  • 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.