Skip to content

Concurrent Google Dorking CLI Tool equipped with an automatic proxy rotator.

Notifications You must be signed in to change notification settings

x404xx/Dorker-Searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dorks Searcher is an advanced tool for performing Google queries, also known as Google Dorks, with the added advantage of concurrent searching while equipped with an automatic proxy rotator.

Dork Collections

Installation

Using poetry

git clone https://github.com/x404xx/Dorker-Searcher.git
cd Dorker-Searcher
poetry shell
poetry install

Using pip

git clone https://github.com/x404xx/Dorker-Searcher.git
cd Dorker-Searcher
virtualenv env
env/scripts/activate
pip install -r requirements.txt

Usage

usage: main.py [-h] [-d DORK] [-w WORKER] [-a AMOUNT] [-i] [-f FILE]

Scrape URLs using Dork

options:
  -h, --help            show this help message and exit
  -d DORK, --dork DORK  Dorks
  -w WORKER, --worker WORKER
                        How many worker
  -a AMOUNT, --amount AMOUNT
                        How many URLs to be scrape
  -i, --info            Status info
  -f FILE, --file FILE  Output filename (Without Ext)

Usage Example

Running Dorker with command-line - info ::

python main.py -d YOUR_DORK -w WORKER/THREADS -a URL_AMOUNT

Running Dorker with full command-line + info + filename::

python main.py -d YOUR_DORK -w WORKER/THREADS -a URL_AMOUNT -i -f OUTPUT_FILENAME(Without Extension)

Alternatively, you can run Dorker without command-line. The program will handle anything for you ::

python main.py

Example JSON File

Legal Disclaimer

Note This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.

About

Concurrent Google Dorking CLI Tool equipped with an automatic proxy rotator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages