Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotshell/dorkScraper

DorkScraper is a simple tool written in Python to extract all the urls that appear when using a Google Dork.
https://github.com/robotshell/dorkScraper

bugbounty googledorks pentesting python tool

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        




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:
```sh
git clone https://github.com/robotshell/dorkScraper
cd dorkSraper
```

2. Install the required Python package:
```sh
pip install googlesearch-python
```

## Usage

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

```sh
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.