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).
- Python 3.x
googlesearch-python
package
-
Clone the repository:
git clone https://github.com/robotshell/dorkScraper cd dorkSraper
-
Install the required Python package:
pip install googlesearch-python
To run the DorkScraper, you can use the following command syntax:
python dorkSraper.py "dork" number_of_websites [-s output.txt]
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.