Python script for automated google dorking.
This tool is just for educational purposes, any other use is absolutely your responsibility!!
To get this project up and running on your local machine, follow these steps:
Clone the repository
Open your terminal and run the following command to clone the repository:
git clone https://github.com/Linkcar13/Pydork.gitNavigate to the project directory, After cloning, enter the project directory by running:
cd PydorkInstall the necessary dependencies by running:
pip install -r requirements.txtpython3 pydork.py --domain <domain> --file_dorks <optional-custom-dic-of-dorks> --file_filters <optional-custom-dic-of-filters> --output <optional-comming-soon>