Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dorkScanner — A typical search engine dork scanner scrapes search engines with dorks that you provide in order to find vulnerable URLs. | Kitploit
Tools/GitHubGitHub/madhavmehndiratta/dorkscanner
OSINT (Open Source Intelligence)Vulnerability ScannersInformation GatheringWeb Security
GitHubmadhavmehndiratta/dorkscanner

dorkScanner

A typical search engine dork scanner scrapes search engines with dorks that you provide in order to find vulnerable URLs.

View Repository
285503 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DORK SCANNER

A typical search engine dork scanner that scrapes search engines with queries that you provide in order to find vulnerable URLs.

Introduction

Dorking is a technique used by newsrooms, investigative organisations, security auditors as well as tech savvy criminals to query various search engines for information hidden on public websites and vulnerabilities exposed by public servers. Dorking is a way of using search engines to their full capacity to penetrate web-based services to depths that are not necessarily visible at first.

Requirements

root@kitploit:~
pip3 install -r requirements.txt

Usage

root@kitploit:~
$ python3 dorkScanner.py --help
usage: dorkScanner.py [-h] [-q QUERY] [-e ENGINE] [-p PAGES] [-P PROCESSES]

optional arguments:
  -h, --help            show this help message and exit
  -q QUERY, --query QUERY
                        Specify the Search Query within ''
  -e ENGINE, --engine ENGINE
                        Specify the Search Engine (Google/Bing)
  -p PAGES, --pages PAGES
                        Specify the Number of Pages (Default: 1)
  -P PROCESSES, --processes PROCESSES
                        Specify the Number of Processes (Default: 2)

You can also specify the arguments inside the program:

root@kitploit:~
Enter the Search Query: 
Choose the Search Engine (Google/Bing):

Tutorial

asciicast

Download Tool