Shariar-Hasan / Dork-IT

Dork IT is a user-friendly šŸ’„GOOGLE DORKšŸ’„ application that simplifies the process of creating and executing Google search queries using various Google dork types

Home Page:https://dorkit.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dork IT

This is a simple Open Source React web application that allows you to create Google search queries using various Google dork types. It provides a user-friendly interface.

Website View

## Features
  • Add Google dorks with different types such as intitle, inurl, intext etc.
  • Generate a URL based on the selected dorks.
  • Open the generated URL in a new tab for performing a Google search.
  • User can add and delete the dork data.
  • Dork data will be saved in your localstorage until you manually delete it.

Getting Started

Use the site in Dork IT Website or follow the instructions :

  1. Clone this repository to your local machine:

    git clone https://github.com/Shariar-Hasan/Dork-IT.git
  2. Navigate to the project directory:

    cd Dork-IT
  3. Install the required dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your web browser and visit http://localhost:3000 to use the Google Dork Search webpage.

Usage

  1. Select a dork type from the dropdown list (e.g., intitle, inurl, etc.).
  2. Enter your Google dork query in the text input field.
  3. Click the "Add Dork in URL" button to add the dork to the URL.
  4. The generated URL will be displayed on the right side of the webpage.
  5. Click Search Button to open the URL in a new tab and perform a Google search.

Happy Dorking!!

About

Dork IT is a user-friendly šŸ’„GOOGLE DORKšŸ’„ application that simplifies the process of creating and executing Google search queries using various Google dork types

https://dorkit.netlify.app/


Languages

Language:JavaScript 95.4%Language:HTML 2.9%Language:CSS 1.7%