Description:
Dork Generator is a Python tool for crafting specialized search queries (dorks) used with search engines or security testing tools, primarily in the field of cybersecurity and ethical hacking. It enables users to generate custom search queries with various operators and symbols to discover specific information or vulnerabilities on the internet.
Features:
- Operator Selection
- Input Source (Text File)
- Quotes Option
- Symbol Selection
- Combination Generation
- Output to File
- Interactive Interface
- Go to Releases section
- Download Exe
- Run it as you wish
- Required Python3
- Required Python libraries: termcolor
Clone the repository:
git clone https://github.com/0xAhmadYousuf/UDorkMaker.git
cd UDorkMaker
pip install termcolor
Run code:
Python3 Dork.py
To choose an operator, run the tool and follow the prompts. You can select from a range of operators, including Boolean operators and advanced Google search operators.
it suggests to Specify a text file containing keywords or search terms that will be used in your dork combinations. The tool reads from this file for input.
Choose whether to include quotes around your input for precise search queries.
Select symbols to modify your search queries. Symbols help refine search results.
The tool generates combinations of search queries by replacing placeholders in the template with input from the specified text file.
Generated dorks are saved to a file named "Dorks Made" within the "DORK MAKER" directory in "UT-ANF" Dir.