Skip to content

Vauth/dorkai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DorkAI - AI Powered Dorker

A web application that uses the Google Gemini API to generate Google Dorks from natural language input. The tool is designed for security professionals, researchers, and developers who utilize advanced search techniques for reconnaissance and open-source intelligence (OSINT).


Getting Started

Follow the instructions below to set up and run a local instance of the application.

Prerequisites

A Google Gemini API key is required for the application to function.

  1. Navigate to Google AI Studio.
  2. Generate a new API key.
  3. Copy the key for use in the application.

Installation

  • Clone the repository to your local machine:
git clone https://github.com/vauth/dorkai.git
  • Navigate into the project directory:
cd dorkai
  • Open the index.html file in a web browser. For optimal performance and to prevent potential browser security restrictions, it is recommended to serve the files from a local web server (e.g., Python's http.server or the VS Code Live Server extension).

Live Demo

Check out the live demo here.


License

MIT License

Copyright (c) 2025 Vauth

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.