Skip to content
/ dorker Public

Automated Google dorking tool written in Python

Notifications You must be signed in to change notification settings

crsn/dorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terminal

About

Dorker is a tool designed to automate Google dorking, making it easier for penetration testers and bug bounty hunters to perform advanced Google searches efficiently

Features

  • Exposed file dorks
  • SQL injection dorks
  • Error dorks
  • Sub-domain dorks
  • Document dorks

Installation

Dorker is written in Python, and requires Python 3.x to run

To install Dorker, and it's dependencies, simply clone this repository

git clone https://github.com/crsn/dorker

Then navigate to the project directory, and install the required packages

cd dorker
pip install -r requirements.txt