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.
## 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.
Use the site in Dork IT Website or follow the instructions :
-
Clone this repository to your local machine:
git clone https://github.com/Shariar-Hasan/Dork-IT.git
-
Navigate to the project directory:
cd Dork-IT
-
Install the required dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to use the Google Dork Search webpage.
- Select a dork type from the dropdown list (e.g., intitle, inurl, etc.).
- Enter your Google dork query in the text input field.
- Click the "Add Dork in URL" button to add the dork to the URL.
- The generated URL will be displayed on the right side of the webpage.
- Click Search Button to open the URL in a new tab and perform a Google search.