Skip to content

DorkScraper is a simple tool written in Python to extract all the urls that appear when using a Google Dork.

License

Notifications You must be signed in to change notification settings

robotshell/dorkScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation


dorkScraper

Description

DorkScraper is an open-source tool designed to scrape URLs using Google dorks. It is a simple Python script that automates the process of searching for specific terms on Google and collecting the resulting URLs. This can be particularly useful for security researchers, penetration testers, and anyone interested in gathering information from search engines using advanced search queries (dorks).

Requirements

  • Python 3.x
  • googlesearch-python package

Installation

  1. Clone the repository:

    git clone https://github.com/robotshell/dorkScraper
    cd dorkSraper
  2. Install the required Python package:

    pip install googlesearch-python

Usage

To run the DorkScraper, you can use the following command syntax:

python dorkSraper.py "dork" number_of_websites [-s output.txt]

Disclaimer

This tool is intended for educational and research purposes only. The author and contributors are not responsible for any misuse of this tool. Users are advised to use this tool responsibly and only on systems for which they have explicit permission. Unauthorized access to systems, networks, or data is illegal and unethical. Always obtain proper authorization before conducting any kind of activities that could impact other users or systems.

About

DorkScraper is a simple tool written in Python to extract all the urls that appear when using a Google Dork.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages