An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Dorkerator](https://socialify.git.ci/clueNA/Dorkerator/image?font=Source+Code+Pro&language=1&name=1&owner=1&pattern=Transparent&stargazers=1&theme=Dark)

# 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
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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.