Skip to content

Shree3245/dorkScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dork-scanner

dork scanning tool built in python. It scrapes web search engines with dorks you provide in order to find vulnerable urls. This tool supports google, yahoo, bing and baidu search engines

dork-scanner

This script is an automated tool to parse search engines with provided dorks in order to find vulnerable urls. This tool supports google, bing and baidu.

Requirements

  • Python 3
  • Packages in requirements.txt

Setup

Refer to these steps to install the tool on a linux distribution

git clone https://github.com/Shree3245/dorkScanner.git
pip3 install -r requirements.txt

Usage

usage: dork-scanner.py [-h] [-S SEARCH] [-E ENGINE] [-P PAGE] [-Pr PROCESS] -S, --search

  • String to be searched for

-E, --engine

  • Search engine to be used (google, bing, baidu)

-P, --page

  • Number of pages to search in

-Pr, --process

  • Number of parallel processes

Examples

python3 dScan.py --search inurl:php?=id1 -E bing --page 3 --process 3 search for inurl:php?=id1 in 3 pages of google using 3 processes

Author

  • Author: Shreeven Kommireddy

About

Method to find vulnerabilities in websites using dorks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages