Skip to content

The OSINT Web Scraper is a Python script that allows you to scrape search engine results for a given domain and dork. This repository contains the source code for the script as well as instructions on how to install and use it.

License

Notifications You must be signed in to change notification settings

ashutoshuy/search-engine-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine Scraper

This is a command line tool for scraping search engine results for a specific domain and dork. It currently supports Google and Bing.

Installation

  1. Clone the repository:

    git clone https://github.com/Ashutosh-upadhya/search-engine-scraper
    
  2. Navigate to the cloned directory:

    cd search-engine-scraper
    
  3. Install the required packages:

    pip install -r requirements.txt
    

Usage

The tool takes three arguments:

    usage: search_engine_scraper.py [-h] [--num-pages NUM_PAGES] domain dork

Scrape search engine results for a domain and dork.

positional arguments:

  • domain : Domain to search for
  • dork : Dork to search for

optional arguments:

  • -h, --help : show this help message and exit
  • --num-pages NUM_PAGES: Number of search result pages to scrape (default: 3)

To run the tool, enter the following command in the terminal:

    python osint.py example.com "site" --num-pages 5

This will scrape 5 pages of search results for the domain example.com and the dork site.

The tool will output a list of unique URLs found in the search results.

License

This tool is licensed under the MIT License.

Contributing

If you would like to contribute to this project, feel free to fork the repository and submit a pull request.

About

The OSINT Web Scraper is a Python script that allows you to scrape search engine results for a given domain and dork. This repository contains the source code for the script as well as instructions on how to install and use it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages