This web application is designed to make advanced Google searches easier and more effective.
- Create your own Google dorks using predefined rich operators.
- Preview your custom queries and copy them directly from the interface.
- Explore a collection of prebuilt Google dorks categorized by use cases like cameras, admin panels, cloud configs, and more.
- Easily search and filter dorks by category or keywords to find exactly what you need.
- Let AI help you craft optimized Google dorks using natural language prompts.
- Use the application seamlessly on both desktop and mobile devices with its fully responsive design.
- Switch between your desired theme
-
Clone the repository:
git clone https://github.com/AmanuelCh/dork-generator.git cd dork-generator -
Add Gemini API key in a
.envfileVITE_GEMINI_API_KEY=your_google_genai_api_key
-
Install the dependencies and run the dev server
npm install npm run dev
- Frontend: React, TypeScript
- Styling: Tailwind CSS
- AI Integration: Gemini API
- Build Tool: Vite