Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robotshell/dorkScraper
- Owner: robotshell
- License: gpl-3.0
- Created: 2021-06-29T10:07:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T06:56:25.000Z (5 months ago)
- Last Synced: 2024-11-16T06:24:05.407Z (26 days ago)
- Topics: bugbounty, googledorks, pentesting, python, tool
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 41
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - robotshell/dorkScraper - DorkScraper is a simple tool written in Python to extract all the urls that appear when using a Google Dork. (Python)
README
## 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.