https://github.com/cluena/dorkerator
Google Dork Generator
https://github.com/cluena/dorkerator
dorking-tool python streamlit
Last synced: 7 months ago
JSON representation
Google Dork Generator
- Host: GitHub
- URL: https://github.com/cluena/dorkerator
- Owner: clueNA
- License: mit
- Created: 2025-02-27T13:30:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T13:49:09.000Z (7 months ago)
- Last Synced: 2025-02-27T19:15:35.128Z (7 months ago)
- Topics: dorking-tool, python, streamlit
- Language: Python
- Homepage: https://dorkerator.streamlit.app/
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Dorkerator: Google Dork Generator
Dorkerator is a simple Streamlit application that helps you generate Google Dorks for advanced Google searches. Google Dorks are search queries that can be used to find specific information on the internet by leveraging Google's advanced search operators.
## 🌐 Live Demo
[](https://dorkerator.streamlit.app/)## Features
- Generate Google Dorks based on user input.
- Supports various Google Dork operators such as `site`, `filetype`, `intitle`, `inurl`, and `intext`.
- Provides examples of Google Dorks.
- Direct link to search the generated dork on Google.## Installation
To run the Dorkerator application, you need to have Python and Streamlit installed on your machine.
1. Clone the repository:
```sh
git clone https://github.com/clueNA/Dorkerator
cd dorkerator
```2. Install the required dependencies:
```sh
pip install streamlit
```## Usage
To start the Streamlit application, run the following command in your terminal:
```sh
streamlit run app.py
```## Example
Here is an example of how to use the Dorkerator:
1. Enter your search query in the "Query" field.
2. Optionally, enter additional parameters such as "Site", "Filetype", "Intitle", "Inurl", and "Intext".
3. Click the "Generate Dork" button to see the generated Google Dork.
4. Click the generated link to perform the search on Google.## Contributing
Contributions are welcome! Please fork the repository and submit a pull request to contribute.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.