Auto-Dorker is a tool that automates the process of generating and checking dorks for GitHub and Google search engines. It allows you to search for specific content within websites and retrieve potential vulnerabilities or sensitive information.
- Supports GitHub and Google search engines.
- Customizable dork selection.
- Progress bar for tracking the checking process.
- Saves the results to
result.txt
file.
- Python 3.6 or higher
requests
librarytqdm
library
-
Clone the repository:
git clone https://github.com/5h4kun1/Auto-Dorker.git
-
Change into the
Auto-Dorker
directory:cd Auto-Dorker
-
Install the required dependencies:
pip install -r requirements.txt
-
Make sure you are in the
Auto-Dorker
directory. -
Run the
dork.py
script:python dork.py
-
Follow the instructions on the command line:
- Enter the website you want to search.
- Choose the dork selection:
1
for GitHub dorks.2
for Google dorks.3
for both GitHub and Google dorks.
- The script will start generating and checking the dorks, displaying a progress bar.
-
Once the process is completed, the results will be saved in the
result.txt
file.
This project is licensed under the MIT License. See the LICENSE file for details.
This tool is inspired by the concept of dorking and automated reconnaissance. and the dorking files are taken from https://github.com/VxbeSec/Github-and-Google-Dorking-Automated.git huge thanks!!